Fixing LWIN and RWIN keycode definitions
adding in the appropriate scancodes windows keys on mac os x
This commit is contained in:
parent
6fbb6ce4ab
commit
f8d0613e69
@ -277,7 +277,7 @@ const UINT32 KEYCODE_TO_VKCODE_MACOSX[256] =
|
||||
0, /* 60 */
|
||||
VK_ESCAPE, /* 61 */
|
||||
0, /* 62 */
|
||||
0, /* 63 */
|
||||
VK_LWIN, /* 63 */
|
||||
VK_LSHIFT, /* 64 */
|
||||
VK_CAPITAL, /* 65 */
|
||||
VK_LMENU, /* 66 */
|
||||
@ -285,7 +285,7 @@ const UINT32 KEYCODE_TO_VKCODE_MACOSX[256] =
|
||||
VK_RSHIFT, /* 68 */
|
||||
VK_RMENU, /* 69 */
|
||||
0, /* 70 */
|
||||
0, /* 71 */
|
||||
VK_RWIN, /* 71 */
|
||||
0, /* 72 */
|
||||
VK_DECIMAL, /* 73 */
|
||||
0, /* 74 */
|
||||
|
Loading…
Reference in New Issue
Block a user