OSDN Git Service

Add new keycodes for the convenience of Japanese IMEs
authormogimo <mogimogio@gmail.com>
Fri, 2 Oct 2009 18:13:56 +0000 (03:13 +0900)
committerJean-Baptiste Queru <jbq@google.com>
Wed, 5 May 2010 20:37:21 +0000 (13:37 -0700)
Change-Id: Ibd308cef11261147856258595f6ca0137e03e05c

include/ui/KeycodeLabels.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 749155e..e81d0f9
@@ -116,6 +116,8 @@ static const KeycodeLabel KEYCODES[] = {
     { "MUTE", 91 },
     { "PAGE_UP", 92 },
     { "PAGE_DOWN", 93 },
+    { "PICTSYMBOLS", 94 },
+    { "SWITCH_CHARSET", 95 },
 
     // NOTE: If you add a new keycode here you must also add it to:
     //   (enum KeyCode, in this file)
@@ -222,7 +224,9 @@ typedef enum KeyCode {
     kKeyCodeForward = 90,
     kKeyCodeMute = 91,
     kKeyCodePageUp = 92,
-    kKeyCodePageDown = 93
+    kKeyCodePageDown = 93,
+    kKeyCodePictSymbols = 94,
+    kKeyCodeSwitchCharset = 95
 } KeyCode;
 
 static const KeycodeLabel FLAGS[] = {