Windows: Fix Delete keymap

This commit is contained in:
debugzxcv 2014-05-26 03:10:22 +08:00
parent 0b0e3cacee
commit 295961c37e

View File

@ -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)