mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 07:20:49 +00:00
Windows: Fix Delete keymap
This commit is contained in:
parent
0b0e3cacee
commit
295961c37e
@ -82,7 +82,7 @@ std::map<int, int> windowsTransTable = InitConstMap<int, int>
|
||||
(VK_HOME, NKCODE_MOVE_HOME)
|
||||
(VK_PRIOR, NKCODE_PAGE_UP)
|
||||
(VK_NEXT, NKCODE_PAGE_DOWN)
|
||||
(VK_DELETE, NKCODE_DEL)
|
||||
(VK_DELETE, NKCODE_FORWARD_DEL)
|
||||
(VK_END, NKCODE_MOVE_END)
|
||||
(VK_TAB, NKCODE_TAB)
|
||||
(VK_DOWN, NKCODE_DPAD_DOWN)
|
||||
|
Loading…
Reference in New Issue
Block a user