summaryrefslogtreecommitdiffstats
path: root/include/android/keycodes.h
diff options
context:
space:
mode:
authorYang Chuang <Yang_Chuang@asus.com>2012-02-10 15:18:26 +0800
committerJeff Brown <jeffbrown@google.com>2012-04-02 15:20:24 -0700
commita1ec30ef2647fb7ee7ca1e0b8e089c42a082370c (patch)
tree1fa0819fd90c50d5b81bd36c6253868b959455ac /include/android/keycodes.h
parent0e1080f887bcd80c75910cabe7b2eca224bf739c (diff)
downloadframeworks_native-a1ec30ef2647fb7ee7ca1e0b8e089c42a082370c.zip
frameworks_native-a1ec30ef2647fb7ee7ca1e0b8e089c42a082370c.tar.gz
frameworks_native-a1ec30ef2647fb7ee7ca1e0b8e089c42a082370c.tar.bz2
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 KANA. Change-Id: I1474f0eb8971ed5d632822b1f9825c426f4817eb
Diffstat (limited to 'include/android/keycodes.h')
-rw-r--r--include/android/keycodes.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/android/keycodes.h b/include/android/keycodes.h
index 8414ff6..65ccb8d 100644
--- a/include/android/keycodes.h
+++ b/include/android/keycodes.h
@@ -254,6 +254,14 @@ enum {
AKEYCODE_CALENDAR = 208,
AKEYCODE_MUSIC = 209,
AKEYCODE_CALCULATOR = 210,
+ AKEYCODE_ZENKAKU_HANKAKU = 211,
+ AKEYCODE_EISU = 212,
+ AKEYCODE_MUHENKAN = 213,
+ AKEYCODE_HENKAN = 214,
+ AKEYCODE_KATAKANA_HIRAGANA = 215,
+ AKEYCODE_YEN = 216,
+ AKEYCODE_RO = 217,
+ AKEYCODE_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.