mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Windows: Fix Delete keymap
This commit is contained in:
parent
0b0e3cacee
commit
295961c37e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue