From ef8ce2d05cb1704bed8cbca9d90b5ded266c1e0e Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sun, 7 Jul 2013 09:26:30 -0700 Subject: [PATCH] Add some missing key names. --- Common/KeyMap.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Common/KeyMap.cpp b/Common/KeyMap.cpp index c2a6b1b4b6..0ad3bdcd12 100644 --- a/Common/KeyMap.cpp +++ b/Common/KeyMap.cpp @@ -231,7 +231,9 @@ const KeyMap_IntStrPair key_names[] = { {KEYCODE_APOSTROPHE, "'"}, {KEYCODE_MINUS, "-"}, {KEYCODE_PLUS, "+"}, + {KEYCODE_SYSRQ, "Print"}, {KEYCODE_SCROLL_LOCK, "ScrLock"}, + {KEYCODE_BREAK, "Pause"}, {KEYCODE_BACK, "Back"}, {KEYCODE_TAB, "Tab"}, @@ -256,6 +258,7 @@ const KeyMap_IntStrPair key_names[] = { {KEYCODE_INSERT, "Ins"}, {KEYCODE_PAGE_UP, "PgUp"}, {KEYCODE_PAGE_DOWN, "PgDn"}, + {KEYCODE_CLEAR, "Clear"}, // 5 when numlock off {KEYCODE_CALL, "Call"}, {KEYCODE_ENDCALL, "End Call"},