mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 10:20:37 +01:00
Swap modifier keys for buttons 2 and 3 -- now Option-click is the middle click
This commit is contained in:
parent
374eb38063
commit
0aa61293b6
1 changed files with 2 additions and 2 deletions
|
|
@ -96,8 +96,8 @@ int darwinSyncKeymap = FALSE;
|
|||
int darwinSwapAltMeta = FALSE;
|
||||
|
||||
// modifier masks for faking mouse buttons
|
||||
int darwinFakeMouse2Mask = NX_COMMANDMASK;
|
||||
int darwinFakeMouse3Mask = NX_ALTERNATEMASK;
|
||||
int darwinFakeMouse2Mask = NX_ALTERNATEMASK;
|
||||
int darwinFakeMouse3Mask = NX_COMMANDMASK;
|
||||
|
||||
// devices
|
||||
DeviceIntPtr darwinPointer = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue