Added mapping for KEY_MENU to VK_APPS (0x5d) so context menu's triggered by the keyboard menu button work

This commit is contained in:
Eric M 2020-05-08 11:22:21 +10:00
parent e253451a5b
commit 97e77bcd19
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ static _WinTranslatePair _vk_to_keycode[] = {
{ KEY_MASK_META, VK_LWIN }, //(0x5B) { KEY_MASK_META, VK_LWIN }, //(0x5B)
{ KEY_MASK_META, VK_RWIN }, //(0x5C) { KEY_MASK_META, VK_RWIN }, //(0x5C)
//VK_APPS (0x5D) { KEY_MENU, VK_APPS }, //(0x5D)
{ KEY_STANDBY, VK_SLEEP }, //(0x5F) { KEY_STANDBY, VK_SLEEP }, //(0x5F)
{ KEY_KP_0, VK_NUMPAD0 }, //(0x60) { KEY_KP_0, VK_NUMPAD0 }, //(0x60)
{ KEY_KP_1, VK_NUMPAD1 }, //(0x61) { KEY_KP_1, VK_NUMPAD1 }, //(0x61)