diff options
author | 2012-02-10 15:18:26 +0800 | |
---|---|---|
committer | 2012-04-02 15:19:45 -0700 | |
commit | 7511f9cd2ff39075ff56c2558c785caffc8b4383 (patch) | |
tree | 25f1eeba677060cfdc52fb75ea58107c0591a8b2 /include/androidfw/KeycodeLabels.h | |
parent | d56feb91b4b1ac9cd0e9b37dfa20d137825fbbfd (diff) |
Add Japanese specific key codes.
These keys are specific to Japanese hardware keyboard which can be
used by input method.
Patch ported from AOSP, with the addition of EISU and KANA mappings.
Change-Id: I647473cdd257458e3b9d134b0fc623eae946c3e0
Diffstat (limited to 'include/androidfw/KeycodeLabels.h')
-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 9e4dfcb4df15..182806204b44 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. |