Swapped command and alt/option key mapping for OSX. Issue #289.
Thanks to richard.moats for the Patch
This commit is contained in:
parent
d8129f6eca
commit
727fff2ac9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue