mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 11:08:15 +02:00
Darwin: Swap modifier keys for buttons 2 and 3 -- now Option-click is the middle click
(cherry picked from commit 0aa61293b6)
This commit is contained in:
parent
606a8dc73d
commit
b39edc01a6
1 changed files with 2 additions and 2 deletions
|
|
@ -99,8 +99,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