summaryrefslogtreecommitdiffstats
path: root/include/ui/KeycodeLabels.h
diff options
context:
space:
mode:
authormogimo <mogimogio@gmail.com>2009-10-03 03:13:56 +0900
committerJean-Baptiste Queru <jbq@google.com>2010-05-05 13:37:21 -0700
commitef1c5c314b9baa2360c62a1ebc84c9a2996613ba (patch)
treeeac154276fe5e48d4132c3dfce40339d75feb02d /include/ui/KeycodeLabels.h
parent26b8da8361ac9c18d7f6c332207da74296d46b1b (diff)
downloadframeworks_native-ef1c5c314b9baa2360c62a1ebc84c9a2996613ba.zip
frameworks_native-ef1c5c314b9baa2360c62a1ebc84c9a2996613ba.tar.gz
frameworks_native-ef1c5c314b9baa2360c62a1ebc84c9a2996613ba.tar.bz2
Add new keycodes for the convenience of Japanese IMEs
Change-Id: Ibd308cef11261147856258595f6ca0137e03e05c
Diffstat (limited to 'include/ui/KeycodeLabels.h')
-rwxr-xr-x[-rw-r--r--]include/ui/KeycodeLabels.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/ui/KeycodeLabels.h b/include/ui/KeycodeLabels.h
index 749155e..e81d0f9 100644..100755
--- a/include/ui/KeycodeLabels.h
+++ b/include/ui/KeycodeLabels.h
@@ -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[] = {