summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJason Bayer <bayer@google.com>2010-11-09 14:54:55 -0800
committerJason Bayer <bayer@google.com>2010-11-11 18:36:11 -0800
commit3adf490a5aaa2e87676c8985b566fcb0dfeb74b9 (patch)
tree8d851498f455a4aaee22743eb93c0d4ec4eb724a /include
parente7bdbf2aa7eb4cacfd3985cba6a12c3b1caf11a0 (diff)
downloadframeworks_base-3adf490a5aaa2e87676c8985b566fcb0dfeb74b9.zip
frameworks_base-3adf490a5aaa2e87676c8985b566fcb0dfeb74b9.tar.gz
frameworks_base-3adf490a5aaa2e87676c8985b566fcb0dfeb74b9.tar.bz2
Add new keycodes initially used for GoogleTV devices.
Change-Id: I1b901037d6d401931dd3ec6f7d5e1e6ad165d1c9
Diffstat (limited to 'include')
-rwxr-xr-xinclude/ui/KeycodeLabels.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/include/ui/KeycodeLabels.h b/include/ui/KeycodeLabels.h
index 73f5863..be7db1f 100755
--- a/include/ui/KeycodeLabels.h
+++ b/include/ui/KeycodeLabels.h
@@ -189,6 +189,28 @@ static const KeycodeLabel KEYCODES[] = {
{ "NUMPAD_LEFT_PAREN", 162 },
{ "NUMPAD_RIGHT_PAREN", 163 },
{ "VOLUME_MUTE", 164 },
+ { "INFO", 165 },
+ { "CHANNEL_UP", 166 },
+ { "CHANNEL_DOWN", 167 },
+ { "ZOOM_IN", 168 },
+ { "ZOOM_OUT", 169 },
+ { "TV", 170 },
+ { "WINDOW", 171 },
+ { "GUIDE", 172 },
+ { "DVR", 173 },
+ { "BOOKMARK", 174 },
+ { "CAPTIONS", 175 },
+ { "SETTINGS", 176 },
+ { "TV_POWER", 177 },
+ { "TV_INPUT", 178 },
+ { "STB_POWER", 179 },
+ { "STB_INPUT", 180 },
+ { "AVR_POWER", 181 },
+ { "AVR_INPUT", 182 },
+ { "PROG_RED", 183 },
+ { "PROG_GREEN", 184 },
+ { "PROG_YELLOW", 185 },
+ { "PROG_BLUE", 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.