mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 22:25:53 +08:00
Swapped command and alt/option key mapping for OSX. Issue #289.
Thanks to richard.moats for the Patch
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
// different KeyIDs to a single key code.
|
||||
static const UInt32 s_shiftVK = 56;
|
||||
static const UInt32 s_controlVK = 59;
|
||||
static const UInt32 s_altVK = 55;
|
||||
static const UInt32 s_superVK = 58;
|
||||
static const UInt32 s_altVK = 58;
|
||||
static const UInt32 s_superVK = 55;
|
||||
static const UInt32 s_capsLockVK = 57;
|
||||
static const UInt32 s_numLockVK = 71;
|
||||
static const UInt32 s_osxNumLock = 1 << 16;
|
||||
|
||||
Reference in New Issue
Block a user