mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Darwin: Swap modifier keys for buttons 2 and 3 -- now Option-click is the middle click
(cherry picked from commit 0aa61293b62aeb69a93b2035d0aef8644343eed3)
This commit is contained in:
committed by
Jeremy Huddleston
parent
606a8dc73d
commit
b39edc01a6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user