diff options
author | Jason Bayer <bayer@google.com> | 2010-11-09 14:56:20 -0800 |
---|---|---|
committer | Jason Bayer <bayer@google.com> | 2010-11-09 14:56:20 -0800 |
commit | 3c83befb21d8cf2194cecc9238d13c143e08a1b2 (patch) | |
tree | a38dd4122a9a95643976b90b544471a1f6e54ea4 /WebKit/android/plugins | |
parent | 0365fb946423581e27fa71021dd0e5c422378f60 (diff) | |
download | external_webkit-3c83befb21d8cf2194cecc9238d13c143e08a1b2.zip external_webkit-3c83befb21d8cf2194cecc9238d13c143e08a1b2.tar.gz external_webkit-3c83befb21d8cf2194cecc9238d13c143e08a1b2.tar.bz2 |
Add new keycodes initially used for GoogleTV devices.
Change-Id: I8fab33352f894f3bfe07f9ffbdddd76d3aa2df8f
Diffstat (limited to 'WebKit/android/plugins')
-rw-r--r-- | WebKit/android/plugins/ANPKeyCodes.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/WebKit/android/plugins/ANPKeyCodes.h b/WebKit/android/plugins/ANPKeyCodes.h index ea59c11..047c0c8 100644 --- a/WebKit/android/plugins/ANPKeyCodes.h +++ b/WebKit/android/plugins/ANPKeyCodes.h @@ -198,6 +198,28 @@ enum ANPKeyCodes { kNumPadLeftParen_ANPKeyCode = 162, kNumPadRightParen_ANPKeyCode = 163, kVolumeMute_ANPKeyCode = 164, + kInfo_ANPKeyCode = 165, + kChannelUp_ANPKeyCode = 166, + kChannelDown_ANPKeyCode = 167, + kZoomIn_ANPKeyCode = 168, + kZoomOut_ANPKeyCode = 169, + kTv_ANPKeyCode = 170, + kWindow_ANPKeyCode = 171, + kGuide_ANPKeyCode = 172, + kDvr_ANPKeyCode = 173, + kBookmark_ANPKeyCode = 174, + kCaptions_ANPKeyCode = 175, + kSettings_ANPKeyCode = 176, + kTvPower_ANPKeyCode = 177, + kTvInput_ANPKeyCode = 178, + kStbPower_ANPKeyCode = 179, + kStbInput_ANPKeyCode = 180, + kAvrPower_ANPKeyCode = 181, + kAvrInput_ANPKeyCode = 182, + kProgRed_ANPKeyCode = 183, + kProgGreen_ANPKeyCode = 184, + kProgYellow_ANPKeyCode = 185, + kProgBlue_ANPKeyCode = 186, // 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. |