mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 10:20:48 +00:00
Add kKeyMenu in win32vk_to_scancode()
This commit is contained in:
parent
a67589aa05
commit
aee2b87dd6
@ -114,7 +114,7 @@ KeyScancode win32vk_to_scancode(int vk)
|
||||
kKeyZ, // 0x5A - VK_Z
|
||||
kKeyLWin, // 0x5B - VK_LWIN
|
||||
kKeyRWin, // 0x5C - VK_RWIN
|
||||
kKeyNil, // 0x5D - VK_APPS
|
||||
kKeyMenu, // 0x5D - VK_APPS
|
||||
kKeyNil, // 0x5E - Reserved
|
||||
kKeyNil, // 0x5F - VK_SLEEP
|
||||
// 0x60
|
||||
|
Loading…
x
Reference in New Issue
Block a user