Merge "Add new keycodes for the convenience of Japanese IMEs"

This commit is contained in:
Jean-Baptiste Queru 2010-05-05 13:49:58 -07:00 committed by Android Code Review
commit 031dd9e254

6
include/ui/KeycodeLabels.h Normal file → Executable file
View File

@ -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[] = {