diff options
| author | Jeff Brown <jeffbrown@google.com> | 2012-04-02 17:08:13 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-04-02 17:08:13 -0700 |
| commit | 56bad16f0200b7afff12fcc45c82723cf467cfee (patch) | |
| tree | a27204dd2fab7e108e0b1920739ddee51faf8b56 /include | |
| parent | b6a80077dca5a17f33350075485a534d7ed8fa2b (diff) | |
| parent | 7511f9cd2ff39075ff56c2558c785caffc8b4383 (diff) | |
| download | frameworks_base-56bad16f0200b7afff12fcc45c82723cf467cfee.zip frameworks_base-56bad16f0200b7afff12fcc45c82723cf467cfee.tar.gz frameworks_base-56bad16f0200b7afff12fcc45c82723cf467cfee.tar.bz2 | |
Merge "Add Japanese specific key codes."
Diffstat (limited to 'include')
| -rwxr-xr-x | include/androidfw/KeycodeLabels.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/androidfw/KeycodeLabels.h b/include/androidfw/KeycodeLabels.h index 9e4dfcb..1828062 100755 --- a/include/androidfw/KeycodeLabels.h +++ b/include/androidfw/KeycodeLabels.h @@ -235,6 +235,14 @@ static const KeycodeLabel KEYCODES[] = { { "CALENDAR", 208 }, { "MUSIC", 209 }, { "CALCULATOR", 210 }, + { "ZENKAKU_HANKAKU", 211 }, + { "EISU", 212 }, + { "MUHENKAN", 213 }, + { "HENKAN", 214 }, + { "KATAKANA_HIRAGANA", 215 }, + { "YEN", 216 }, + { "RO", 217 }, + { "KANA", 218 }, // NOTE: If you add a new keycode here you must also add it to several other files. // Refer to frameworks/base/core/java/android/view/KeyEvent.java for the full list. |
