Amazon.Device.InputMapping 1.0.0
Loading...
Searching...
No Matches
Amazon.Device.InputMapping.AndroidKeyCode Class Reference

A collection of Android KeyCodes copied from android.view.KeyEvents, specifically this commit: https://cs.android.com/android/platform/superproject/+/master:frameworks/base/core/java/android/view/KeyEvent.java;drc=5d123b67756dffcfdebdb936ab2de2b29c799321. More...

Static Public Attributes

const int KEYCODE_UNKNOWN = 0
 Key code constant: Unknown key code.
 
const int KEYCODE_SOFT_LEFT = 1
 Key code constant: Soft Left key.
 
const int KEYCODE_SOFT_RIGHT = 2
 Key code constant: Soft Right key.
 
const int KEYCODE_HOME = 3
 Key code constant: Home key.
 
const int KEYCODE_BACK = 4
 Key code constant: Back key.
 
const int KEYCODE_CALL = 5
 Key code constant: Call key.
 
const int KEYCODE_ENDCALL = 6
 Key code constant: End Call key.
 
const int KEYCODE_0 = 7
 Key code constant: '0' key.
 
const int KEYCODE_1 = 8
 Key code constant: '1' key.
 
const int KEYCODE_2 = 9
 Key code constant: '2' key.
 
const int KEYCODE_3 = 10
 Key code constant: '3' key.
 
const int KEYCODE_4 = 11
 Key code constant: '4' key.
 
const int KEYCODE_5 = 12
 Key code constant: '5' key.
 
const int KEYCODE_6 = 13
 Key code constant: '6' key.
 
const int KEYCODE_7 = 14
 Key code constant: '7' key.
 
const int KEYCODE_8 = 15
 Key code constant: '8' key.
 
const int KEYCODE_9 = 16
 Key code constant: '9' key.
 
const int KEYCODE_STAR = 17
 Key code constant: '*' key.
 
const int KEYCODE_POUND = 18
 Key code constant: '#' key.
 
const int KEYCODE_DPAD_UP = 19
 Key code constant: Directional Pad Up key.
 
const int KEYCODE_DPAD_DOWN = 20
 Key code constant: Directional Pad Down key.
 
const int KEYCODE_DPAD_LEFT = 21
 Key code constant: Directional Pad Left key.
 
const int KEYCODE_DPAD_RIGHT = 22
 Key code constant: Directional Pad Right key.
 
const int KEYCODE_DPAD_CENTER = 23
 Key code constant: Directional Pad Center key.
 
const int KEYCODE_VOLUME_UP = 24
 Key code constant: Volume Up key.
 
const int KEYCODE_VOLUME_DOWN = 25
 Key code constant: Volume Down key.
 
const int KEYCODE_POWER = 26
 Key code constant: Power key.
 
const int KEYCODE_CAMERA = 27
 Key code constant: Camera key.
 
const int KEYCODE_CLEAR = 28
 Key code constant: Clear key.
 
const int KEYCODE_A = 29
 Key code constant: 'A' key.
 
const int KEYCODE_B = 30
 Key code constant: 'B' key.
 
const int KEYCODE_C = 31
 Key code constant: 'C' key.
 
const int KEYCODE_D = 32
 Key code constant: 'D' key.
 
const int KEYCODE_E = 33
 Key code constant: 'E' key.
 
const int KEYCODE_F = 34
 Key code constant: 'F' key.
 
const int KEYCODE_G = 35
 Key code constant: 'G' key.
 
const int KEYCODE_H = 36
 Key code constant: 'H' key.
 
const int KEYCODE_I = 37
 Key code constant: 'I' key.
 
const int KEYCODE_J = 38
 Key code constant: 'J' key.
 
const int KEYCODE_K = 39
 Key code constant: 'K' key.
 
const int KEYCODE_L = 40
 Key code constant: 'L' key.
 
const int KEYCODE_M = 41
 Key code constant: 'M' key.
 
const int KEYCODE_N = 42
 Key code constant: 'N' key.
 
const int KEYCODE_O = 43
 Key code constant: 'O' key.
 
const int KEYCODE_P = 44
 Key code constant: 'P' key.
 
const int KEYCODE_Q = 45
 Key code constant: 'Q' key.
 
const int KEYCODE_R = 46
 Key code constant: 'R' key.
 
const int KEYCODE_S = 47
 Key code constant: 'S' key.
 
const int KEYCODE_T = 48
 Key code constant: 'T' key.
 
const int KEYCODE_U = 49
 Key code constant: 'U' key.
 
const int KEYCODE_V = 50
 Key code constant: 'V' key.
 
const int KEYCODE_W = 51
 Key code constant: 'W' key.
 
const int KEYCODE_X = 52
 Key code constant: 'X' key.
 
const int KEYCODE_Y = 53
 Key code constant: 'Y' key.
 
const int KEYCODE_Z = 54
 Key code constant: 'Z' key.
 
const int KEYCODE_COMMA = 55
 Key code constant: ',' key.
 
const int KEYCODE_PERIOD = 56
 Key code constant: '.
 
const int KEYCODE_ALT_LEFT = 57
 Key code constant: Left Alt modifier key.
 
const int KEYCODE_ALT_RIGHT = 58
 Key code constant: Right Alt modifier key.
 
const int KEYCODE_SHIFT_LEFT = 59
 Key code constant: Left Shift modifier key.
 
const int KEYCODE_SHIFT_RIGHT = 60
 Key code constant: Right Shift modifier key.
 
const int KEYCODE_TAB = 61
 Key code constant: Tab key.
 
const int KEYCODE_SPACE = 62
 Key code constant: Space key.
 
const int KEYCODE_SYM = 63
 Key code constant: Symbol modifier key.
 
const int KEYCODE_EXPLORER = 64
 Key code constant: Explorer special function key.
 
const int KEYCODE_ENVELOPE = 65
 Key code constant: Envelope special function key.
 
const int KEYCODE_ENTER = 66
 Key code constant: Enter key.
 
const int KEYCODE_DEL = 67
 Key code constant: Backspace key.
 
const int KEYCODE_GRAVE = 68
 Key code constant: '‘’ (backtick) key.
 
const int KEYCODE_MINUS = 69
 Key code constant: '-'.
 
const int KEYCODE_EQUALS = 70
 Key code constant: '=' key.
 
const int KEYCODE_LEFT_BRACKET = 71
 Key code constant: '[' key.
 
const int KEYCODE_RIGHT_BRACKET = 72
 Key code constant: ']' key.
 
const int KEYCODE_BACKSLASH = 73
 Key code constant: '\' key.
 
const int KEYCODE_SEMICOLON = 74
 Key code constant: ';' key.
 
const int KEYCODE_APOSTROPHE = 75
 Key code constant: ''' (apostrophe) key.
 
const int KEYCODE_SLASH = 76
 Key code constant: '/' key.
 
const int KEYCODE_AT = 77
 Key code constant: '@' key.
 
const int KEYCODE_NUM = 78
 Key code constant: Number modifier key.
 
const int KEYCODE_HEADSETHOOK = 79
 Key code constant: Headset Hook key.
 
const int KEYCODE_FOCUS = 80
 Key code constant: Camera Focus key.
 
const int KEYCODE_PLUS = 81
 Key code constant: '+' key.
 
const int KEYCODE_MENU = 82
 Key code constant: Menu key.
 
const int KEYCODE_NOTIFICATION = 83
 Key code constant: Notification key.
 
const int KEYCODE_SEARCH = 84
 Key code constant: Search key.
 
const int KEYCODE_MEDIA_PLAY_PAUSE = 85
 Key code constant: Play/Pause media key.
 
const int KEYCODE_MEDIA_STOP = 86
 Key code constant: Stop media key.
 
const int KEYCODE_MEDIA_NEXT = 87
 Key code constant: Play Next media key.
 
const int KEYCODE_MEDIA_PREVIOUS = 88
 Key code constant: Play Previous media key.
 
const int KEYCODE_MEDIA_REWIND = 89
 Key code constant: Rewind media key.
 
const int KEYCODE_MEDIA_FAST_FORWARD = 90
 Key code constant: Fast Forward media key.
 
const int KEYCODE_MUTE = 91
 Key code constant: Mute key.
 
const int KEYCODE_PAGE_UP = 92
 Key code constant: Page Up key.
 
const int KEYCODE_PAGE_DOWN = 93
 Key code constant: Page Down key.
 
const int KEYCODE_PICTSYMBOLS = 94
 Key code constant: Picture Symbols modifier key.
 
const int KEYCODE_SWITCH_CHARSET = 95
 Key code constant: Switch Charset modifier key.
 
const int KEYCODE_BUTTON_A = 96
 Key code constant: A Button key.
 
const int KEYCODE_BUTTON_B = 97
 Key code constant: B Button key.
 
const int KEYCODE_BUTTON_C = 98
 Key code constant: C Button key.
 
const int KEYCODE_BUTTON_X = 99
 Key code constant: X Button key.
 
const int KEYCODE_BUTTON_Y = 100
 Key code constant: Y Button key.
 
const int KEYCODE_BUTTON_Z = 101
 Key code constant: Z Button key.
 
const int KEYCODE_BUTTON_L1 = 102
 Key code constant: L1 Button key.
 
const int KEYCODE_BUTTON_R1 = 103
 Key code constant: R1 Button key.
 
const int KEYCODE_BUTTON_L2 = 104
 Key code constant: L2 Button key.
 
const int KEYCODE_BUTTON_R2 = 105
 Key code constant: R2 Button key.
 
const int KEYCODE_BUTTON_THUMBL = 106
 Key code constant: Left Thumb Button key.
 
const int KEYCODE_BUTTON_THUMBR = 107
 Key code constant: Right Thumb Button key.
 
const int KEYCODE_BUTTON_START = 108
 Key code constant: Start Button key.
 
const int KEYCODE_BUTTON_SELECT = 109
 Key code constant: Select Button key.
 
const int KEYCODE_BUTTON_MODE = 110
 Key code constant: Mode Button key.
 
const int KEYCODE_ESCAPE = 111
 Key code constant: Escape key.
 
const int KEYCODE_FORWARD_DEL = 112
 Key code constant: Forward Delete key.
 
const int KEYCODE_CTRL_LEFT = 113
 Key code constant: Left Control modifier key.
 
const int KEYCODE_CTRL_RIGHT = 114
 Key code constant: Right Control modifier key.
 
const int KEYCODE_CAPS_LOCK = 115
 Key code constant: Caps Lock key.
 
const int KEYCODE_SCROLL_LOCK = 116
 Key code constant: Scroll Lock key.
 
const int KEYCODE_META_LEFT = 117
 Key code constant: Left Meta modifier key.
 
const int KEYCODE_META_RIGHT = 118
 Key code constant: Right Meta modifier key.
 
const int KEYCODE_FUNCTION = 119
 Key code constant: Function modifier key.
 
const int KEYCODE_SYSRQ = 120
 Key code constant: System Request / Print Screen key.
 
const int KEYCODE_BREAK = 121
 Key code constant: Break / Pause key.
 
const int KEYCODE_MOVE_HOME = 122
 Key code constant: Home Movement key.
 
const int KEYCODE_MOVE_END = 123
 Key code constant: End Movement key.
 
const int KEYCODE_INSERT = 124
 Key code constant: Insert key.
 
const int KEYCODE_FORWARD = 125
 Key code constant: Forward key.
 
const int KEYCODE_MEDIA_PLAY = 126
 Key code constant: Play media key.
 
const int KEYCODE_MEDIA_PAUSE = 127
 Key code constant: Pause media key.
 
const int KEYCODE_MEDIA_CLOSE = 128
 Key code constant: Close media key.
 
const int KEYCODE_MEDIA_EJECT = 129
 Key code constant: Eject media key.
 
const int KEYCODE_MEDIA_RECORD = 130
 Key code constant: Record media key.
 
const int KEYCODE_F1 = 131
 Key code constant: F1 key.
 
const int KEYCODE_F2 = 132
 Key code constant: F2 key.
 
const int KEYCODE_F3 = 133
 Key code constant: F3 key.
 
const int KEYCODE_F4 = 134
 Key code constant: F4 key.
 
const int KEYCODE_F5 = 135
 Key code constant: F5 key.
 
const int KEYCODE_F6 = 136
 Key code constant: F6 key.
 
const int KEYCODE_F7 = 137
 Key code constant: F7 key.
 
const int KEYCODE_F8 = 138
 Key code constant: F8 key.
 
const int KEYCODE_F9 = 139
 Key code constant: F9 key.
 
const int KEYCODE_F10 = 140
 Key code constant: F10 key.
 
const int KEYCODE_F11 = 141
 Key code constant: F11 key.
 
const int KEYCODE_F12 = 142
 Key code constant: F12 key.
 
const int KEYCODE_NUM_LOCK = 143
 Key code constant: Num Lock key.
 
const int KEYCODE_NUMPAD_0 = 144
 Key code constant: Numeric keypad '0' key.
 
const int KEYCODE_NUMPAD_1 = 145
 Key code constant: Numeric keypad '1' key.
 
const int KEYCODE_NUMPAD_2 = 146
 Key code constant: Numeric keypad '2' key.
 
const int KEYCODE_NUMPAD_3 = 147
 Key code constant: Numeric keypad '3' key.
 
const int KEYCODE_NUMPAD_4 = 148
 Key code constant: Numeric keypad '4' key.
 
const int KEYCODE_NUMPAD_5 = 149
 Key code constant: Numeric keypad '5' key.
 
const int KEYCODE_NUMPAD_6 = 150
 Key code constant: Numeric keypad '6' key.
 
const int KEYCODE_NUMPAD_7 = 151
 Key code constant: Numeric keypad '7' key.
 
const int KEYCODE_NUMPAD_8 = 152
 Key code constant: Numeric keypad '8' key.
 
const int KEYCODE_NUMPAD_9 = 153
 Key code constant: Numeric keypad '9' key.
 
const int KEYCODE_NUMPAD_DIVIDE = 154
 Key code constant: Numeric keypad '/' key (for division).
 
const int KEYCODE_NUMPAD_MULTIPLY = 155
 Key code constant: Numeric keypad '*' key (for multiplication).
 
const int KEYCODE_NUMPAD_SUBTRACT = 156
 Key code constant: Numeric keypad '-' key (for subtraction).
 
const int KEYCODE_NUMPAD_ADD = 157
 Key code constant: Numeric keypad '+' key (for addition).
 
const int KEYCODE_NUMPAD_DOT = 158
 Key code constant: Numeric keypad '.
 
const int KEYCODE_NUMPAD_COMMA = 159
 Key code constant: Numeric keypad ',' key (for decimals or digit grouping).
 
const int KEYCODE_NUMPAD_ENTER = 160
 Key code constant: Numeric keypad Enter key.
 
const int KEYCODE_NUMPAD_EQUALS = 161
 Key code constant: Numeric keypad '=' key.
 
const int KEYCODE_NUMPAD_LEFT_PAREN = 162
 Key code constant: Numeric keypad '(' key.
 
const int KEYCODE_NUMPAD_RIGHT_PAREN = 163
 Key code constant: Numeric keypad ')' key.
 
const int KEYCODE_VOLUME_MUTE = 164
 Key code constant: Volume Mute key.
 
const int KEYCODE_INFO = 165
 Key code constant: Info key.
 
const int KEYCODE_CHANNEL_UP = 166
 Key code constant: Channel up key.
 
const int KEYCODE_CHANNEL_DOWN = 167
 Key code constant: Channel down key.
 
const int KEYCODE_ZOOM_IN = 168
 Key code constant: Zoom in key.
 
const int KEYCODE_ZOOM_OUT = 169
 Key code constant: Zoom out key.
 
const int KEYCODE_TV = 170
 Key code constant: TV key.
 
const int KEYCODE_WINDOW = 171
 Key code constant: Window key.
 
const int KEYCODE_GUIDE = 172
 Key code constant: Guide key.
 
const int KEYCODE_DVR = 173
 Key code constant: DVR key.
 
const int KEYCODE_BOOKMARK = 174
 Key code constant: Bookmark key.
 
const int KEYCODE_CAPTIONS = 175
 Key code constant: Toggle captions key.
 
const int KEYCODE_SETTINGS = 176
 Key code constant: Settings key.
 
const int KEYCODE_TV_POWER = 177
 Key code constant: TV power key.
 
const int KEYCODE_TV_INPUT = 178
 Key code constant: TV input key.
 
const int KEYCODE_STB_POWER = 179
 Key code constant: Set-top-box power key.
 
const int KEYCODE_STB_INPUT = 180
 Key code constant: Set-top-box input key.
 
const int KEYCODE_AVR_POWER = 181
 Key code constant: A/V Receiver power key.
 
const int KEYCODE_AVR_INPUT = 182
 Key code constant: A/V Receiver input key.
 
const int KEYCODE_PROG_RED = 183
 Key code constant: Red "programmable" key.
 
const int KEYCODE_PROG_GREEN = 184
 Key code constant: Green "programmable" key.
 
const int KEYCODE_PROG_YELLOW = 185
 Key code constant: Yellow "programmable" key.
 
const int KEYCODE_PROG_BLUE = 186
 Key code constant: Blue "programmable" key.
 
const int KEYCODE_APP_SWITCH = 187
 Key code constant: App switch key.
 
const int KEYCODE_BUTTON_1 = 188
 Key code constant: Generic Game Pad Button #1.
 
const int KEYCODE_BUTTON_2 = 189
 Key code constant: Generic Game Pad Button #2.
 
const int KEYCODE_BUTTON_3 = 190
 Key code constant: Generic Game Pad Button #3.
 
const int KEYCODE_BUTTON_4 = 191
 Key code constant: Generic Game Pad Button #4.
 
const int KEYCODE_BUTTON_5 = 192
 Key code constant: Generic Game Pad Button #5.
 
const int KEYCODE_BUTTON_6 = 193
 Key code constant: Generic Game Pad Button #6.
 
const int KEYCODE_BUTTON_7 = 194
 Key code constant: Generic Game Pad Button #7.
 
const int KEYCODE_BUTTON_8 = 195
 Key code constant: Generic Game Pad Button #8.
 
const int KEYCODE_BUTTON_9 = 196
 Key code constant: Generic Game Pad Button #9.
 
const int KEYCODE_BUTTON_10 = 197
 Key code constant: Generic Game Pad Button #10.
 
const int KEYCODE_BUTTON_11 = 198
 Key code constant: Generic Game Pad Button #11.
 
const int KEYCODE_BUTTON_12 = 199
 Key code constant: Generic Game Pad Button #12.
 
const int KEYCODE_BUTTON_13 = 200
 Key code constant: Generic Game Pad Button #13.
 
const int KEYCODE_BUTTON_14 = 201
 Key code constant: Generic Game Pad Button #14.
 
const int KEYCODE_BUTTON_15 = 202
 Key code constant: Generic Game Pad Button #15.
 
const int KEYCODE_BUTTON_16 = 203
 Key code constant: Generic Game Pad Button #16.
 
const int KEYCODE_LANGUAGE_SWITCH = 204
 Key code constant: Language Switch key.
 
const int KEYCODE_MANNER_MODE = 205
 Key code constant: Manner Mode key.
 
const int KEYCODE_3D_MODE = 206
 Key code constant: 3D Mode key.
 
const int KEYCODE_CONTACTS = 207
 Key code constant: Contacts special function key.
 
const int KEYCODE_CALENDAR = 208
 Key code constant: Calendar special function key.
 
const int KEYCODE_MUSIC = 209
 Key code constant: Music special function key.
 
const int KEYCODE_CALCULATOR = 210
 Key code constant: Calculator special function key.
 
const int KEYCODE_ZENKAKU_HANKAKU = 211
 Key code constant: Japanese full-width / half-width key.
 
const int KEYCODE_EISU = 212
 Key code constant: Japanese alphanumeric key.
 
const int KEYCODE_MUHENKAN = 213
 Key code constant: Japanese non-conversion key.
 
const int KEYCODE_HENKAN = 214
 Key code constant: Japanese conversion key.
 
const int KEYCODE_KATAKANA_HIRAGANA = 215
 Key code constant: Japanese katakana / hiragana key.
 
const int KEYCODE_YEN = 216
 Key code constant: Japanese Yen key.
 
const int KEYCODE_RO = 217
 Key code constant: Japanese Ro key.
 
const int KEYCODE_KANA = 218
 Key code constant: Japanese kana key.
 
const int KEYCODE_ASSIST = 219
 Key code constant: Assist key.
 
const int KEYCODE_BRIGHTNESS_DOWN = 220
 Key code constant: Brightness Down key.
 
const int KEYCODE_BRIGHTNESS_UP = 221
 Key code constant: Brightness Up key.
 
const int KEYCODE_MEDIA_AUDIO_TRACK = 222
 Key code constant: Audio Track key.
 
const int KEYCODE_SLEEP = 223
 Key code constant: Sleep key.
 
const int KEYCODE_WAKEUP = 224
 Key code constant: Wakeup key.
 
const int KEYCODE_PAIRING = 225
 Key code constant: Pairing key.
 
const int KEYCODE_MEDIA_TOP_MENU = 226
 Key code constant: Media Top Menu key.
 
const int KEYCODE_11 = 227
 Key code constant: '11' key.
 
const int KEYCODE_12 = 228
 Key code constant: '12' key.
 
const int KEYCODE_LAST_CHANNEL = 229
 Key code constant: Last Channel key.
 
const int KEYCODE_TV_DATA_SERVICE = 230
 Key code constant: TV data service key.
 
const int KEYCODE_VOICE_ASSIST = 231
 Key code constant: Voice Assist key.
 
const int KEYCODE_TV_RADIO_SERVICE = 232
 Key code constant: Radio key.
 
const int KEYCODE_TV_TELETEXT = 233
 Key code constant: Teletext key.
 
const int KEYCODE_TV_NUMBER_ENTRY = 234
 Key code constant: Number entry key.
 
const int KEYCODE_TV_TERRESTRIAL_ANALOG = 235
 Key code constant: Analog Terrestrial key.
 
const int KEYCODE_TV_TERRESTRIAL_DIGITAL = 236
 Key code constant: Digital Terrestrial key.
 
const int KEYCODE_TV_SATELLITE = 237
 Key code constant: Satellite key.
 
const int KEYCODE_TV_SATELLITE_BS = 238
 Key code constant: BS key.
 
const int KEYCODE_TV_SATELLITE_CS = 239
 Key code constant: CS key.
 
const int KEYCODE_TV_SATELLITE_SERVICE = 240
 Key code constant: BS/CS key.
 
const int KEYCODE_TV_NETWORK = 241
 Key code constant: Toggle Network key.
 
const int KEYCODE_TV_ANTENNA_CABLE = 242
 Key code constant: Antenna/Cable key.
 
const int KEYCODE_TV_INPUT_HDMI_1 = 243
 Key code constant: HDMI #1 key.
 
const int KEYCODE_TV_INPUT_HDMI_2 = 244
 Key code constant: HDMI #2 key.
 
const int KEYCODE_TV_INPUT_HDMI_3 = 245
 Key code constant: HDMI #3 key.
 
const int KEYCODE_TV_INPUT_HDMI_4 = 246
 Key code constant: HDMI #4 key.
 
const int KEYCODE_TV_INPUT_COMPOSITE_1 = 247
 Key code constant: Composite #1 key.
 
const int KEYCODE_TV_INPUT_COMPOSITE_2 = 248
 Key code constant: Composite #2 key.
 
const int KEYCODE_TV_INPUT_COMPONENT_1 = 249
 Key code constant: Component #1 key.
 
const int KEYCODE_TV_INPUT_COMPONENT_2 = 250
 Key code constant: Component #2 key.
 
const int KEYCODE_TV_INPUT_VGA_1 = 251
 Key code constant: VGA #1 key.
 
const int KEYCODE_TV_AUDIO_DESCRIPTION = 252
 Key code constant: Audio description key.
 
const int KEYCODE_TV_AUDIO_DESCRIPTION_MIX_UP = 253
 Key code constant: Audio description mixing volume up key.
 
const int KEYCODE_TV_AUDIO_DESCRIPTION_MIX_DOWN = 254
 Key code constant: Audio description mixing volume down key.
 
const int KEYCODE_TV_ZOOM_MODE = 255
 Key code constant: Zoom mode key.
 
const int KEYCODE_TV_CONTENTS_MENU = 256
 Key code constant: Contents menu key.
 
const int KEYCODE_TV_MEDIA_CONTEXT_MENU = 257
 Key code constant: Media context menu key.
 
const int KEYCODE_TV_TIMER_PROGRAMMING = 258
 Key code constant: Timer programming key.
 
const int KEYCODE_HELP = 259
 Key code constant: Help key.
 
const int KEYCODE_NAVIGATE_PREVIOUS = 260
 Key code constant: Navigate to previous key.
 
const int KEYCODE_NAVIGATE_NEXT = 261
 Key code constant: Navigate to next key.
 
const int KEYCODE_NAVIGATE_IN = 262
 Key code constant: Navigate in key.
 
const int KEYCODE_NAVIGATE_OUT = 263
 Key code constant: Navigate out key.
 
const int KEYCODE_STEM_PRIMARY = 264
 Key code constant: Primary stem key for Wear Main power/reset button on watch.
 
const int KEYCODE_STEM_1 = 265
 Key code constant: Generic stem key 1 for Wear.
 
const int KEYCODE_STEM_2 = 266
 Key code constant: Generic stem key 2 for Wear.
 
const int KEYCODE_STEM_3 = 267
 Key code constant: Generic stem key 3 for Wear.
 
const int KEYCODE_DPAD_UP_LEFT = 268
 Key code constant: Directional Pad Up-Left.
 
const int KEYCODE_DPAD_DOWN_LEFT = 269
 Key code constant: Directional Pad Down-Left.
 
const int KEYCODE_DPAD_UP_RIGHT = 270
 Key code constant: Directional Pad Up-Right.
 
const int KEYCODE_DPAD_DOWN_RIGHT = 271
 Key code constant: Directional Pad Down-Right.
 
const int KEYCODE_MEDIA_SKIP_FORWARD = 272
 Key code constant: Skip forward media key.
 
const int KEYCODE_MEDIA_SKIP_BACKWARD = 273
 Key code constant: Skip backward media key.
 
const int KEYCODE_MEDIA_STEP_FORWARD = 274
 Key code constant: Step forward media key.
 
const int KEYCODE_MEDIA_STEP_BACKWARD = 275
 Key code constant: Step backward media key.
 
const int KEYCODE_SOFT_SLEEP = 276
 Key code constant: put device to sleep unless a wakelock is held.
 
const int KEYCODE_CUT = 277
 Key code constant: Cut key.
 
const int KEYCODE_COPY = 278
 Key code constant: Copy key.
 
const int KEYCODE_PASTE = 279
 Key code constant: Paste key.
 
const int KEYCODE_SYSTEM_NAVIGATION_UP = 280
 Key code constant: Consumed by the system for navigation up.
 
const int KEYCODE_SYSTEM_NAVIGATION_DOWN = 281
 Key code constant: Consumed by the system for navigation down.
 
const int KEYCODE_SYSTEM_NAVIGATION_LEFT = 282
 Key code constant: Consumed by the system for navigation left.
 
const int KEYCODE_SYSTEM_NAVIGATION_RIGHT = 283
 Key code constant: Consumed by the system for navigation right.
 
const int KEYCODE_ALL_APPS = 284
 Key code constant: Show all apps.
 
const int KEYCODE_REFRESH = 285
 Key code constant: Refresh key.
 
const int KEYCODE_THUMBS_UP = 286
 Key code constant: Thumbs up key.
 
const int KEYCODE_THUMBS_DOWN = 287
 Key code constant: Thumbs down key.
 
const int KEYCODE_PROFILE_SWITCH = 288
 Key code constant: Used to switch current android.accounts.Account that is consuming content.
 

Detailed Description

Member Data Documentation

◆ KEYCODE_0

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_0 = 7
static

Key code constant: '0' key.

◆ KEYCODE_1

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_1 = 8
static

Key code constant: '1' key.

◆ KEYCODE_11

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_11 = 227
static

Key code constant: '11' key.

◆ KEYCODE_12

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_12 = 228
static

Key code constant: '12' key.

◆ KEYCODE_2

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_2 = 9
static

Key code constant: '2' key.

◆ KEYCODE_3

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_3 = 10
static

Key code constant: '3' key.

◆ KEYCODE_3D_MODE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_3D_MODE = 206
static

Key code constant: 3D Mode key.

Toggles the display between 2D and 3D mode.

◆ KEYCODE_4

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_4 = 11
static

Key code constant: '4' key.

◆ KEYCODE_5

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_5 = 12
static

Key code constant: '5' key.

◆ KEYCODE_6

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_6 = 13
static

Key code constant: '6' key.

◆ KEYCODE_7

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_7 = 14
static

Key code constant: '7' key.

◆ KEYCODE_8

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_8 = 15
static

Key code constant: '8' key.

◆ KEYCODE_9

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_9 = 16
static

Key code constant: '9' key.

◆ KEYCODE_A

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_A = 29
static

Key code constant: 'A' key.

◆ KEYCODE_ALL_APPS

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_ALL_APPS = 284
static

Key code constant: Show all apps.

◆ KEYCODE_ALT_LEFT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_ALT_LEFT = 57
static

Key code constant: Left Alt modifier key.

◆ KEYCODE_ALT_RIGHT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_ALT_RIGHT = 58
static

Key code constant: Right Alt modifier key.

◆ KEYCODE_APOSTROPHE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_APOSTROPHE = 75
static

Key code constant: ''' (apostrophe) key.

◆ KEYCODE_APP_SWITCH

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_APP_SWITCH = 187
static

Key code constant: App switch key.

Should bring up the application switcher dialog.

◆ KEYCODE_ASSIST

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_ASSIST = 219
static

Key code constant: Assist key.

Launches the global assist activity. Not delivered to applications.

◆ KEYCODE_AT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_AT = 77
static

Key code constant: '@' key.

◆ KEYCODE_AVR_INPUT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_AVR_INPUT = 182
static

Key code constant: A/V Receiver input key.

On TV remotes, switches the input mode on an external A/V Receiver.

◆ KEYCODE_AVR_POWER

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_AVR_POWER = 181
static

Key code constant: A/V Receiver power key.

On TV remotes, toggles the power on an external A/V Receiver.

◆ KEYCODE_B

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_B = 30
static

Key code constant: 'B' key.

◆ KEYCODE_BACK

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BACK = 4
static

Key code constant: Back key.

◆ KEYCODE_BACKSLASH

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BACKSLASH = 73
static

Key code constant: '\' key.

◆ KEYCODE_BOOKMARK

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BOOKMARK = 174
static

Key code constant: Bookmark key.

On some TV remotes, bookmarks content or web pages.

◆ KEYCODE_BREAK

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BREAK = 121
static

Key code constant: Break / Pause key.

◆ KEYCODE_BRIGHTNESS_DOWN

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BRIGHTNESS_DOWN = 220
static

Key code constant: Brightness Down key.

Adjusts the screen brightness down.

◆ KEYCODE_BRIGHTNESS_UP

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BRIGHTNESS_UP = 221
static

Key code constant: Brightness Up key.

Adjusts the screen brightness up.

◆ KEYCODE_BUTTON_1

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_1 = 188
static

Key code constant: Generic Game Pad Button #1.

◆ KEYCODE_BUTTON_10

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_10 = 197
static

Key code constant: Generic Game Pad Button #10.

◆ KEYCODE_BUTTON_11

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_11 = 198
static

Key code constant: Generic Game Pad Button #11.

◆ KEYCODE_BUTTON_12

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_12 = 199
static

Key code constant: Generic Game Pad Button #12.

◆ KEYCODE_BUTTON_13

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_13 = 200
static

Key code constant: Generic Game Pad Button #13.

◆ KEYCODE_BUTTON_14

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_14 = 201
static

Key code constant: Generic Game Pad Button #14.

◆ KEYCODE_BUTTON_15

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_15 = 202
static

Key code constant: Generic Game Pad Button #15.

◆ KEYCODE_BUTTON_16

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_16 = 203
static

Key code constant: Generic Game Pad Button #16.

◆ KEYCODE_BUTTON_2

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_2 = 189
static

Key code constant: Generic Game Pad Button #2.

◆ KEYCODE_BUTTON_3

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_3 = 190
static

Key code constant: Generic Game Pad Button #3.

◆ KEYCODE_BUTTON_4

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_4 = 191
static

Key code constant: Generic Game Pad Button #4.

◆ KEYCODE_BUTTON_5

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_5 = 192
static

Key code constant: Generic Game Pad Button #5.

◆ KEYCODE_BUTTON_6

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_6 = 193
static

Key code constant: Generic Game Pad Button #6.

◆ KEYCODE_BUTTON_7

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_7 = 194
static

Key code constant: Generic Game Pad Button #7.

◆ KEYCODE_BUTTON_8

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_8 = 195
static

Key code constant: Generic Game Pad Button #8.

◆ KEYCODE_BUTTON_9

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_9 = 196
static

Key code constant: Generic Game Pad Button #9.

◆ KEYCODE_BUTTON_A

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_A = 96
static

Key code constant: A Button key.

On a game controller, the A button should be either the button labeled A or the first button on the bottom row of controller buttons.

◆ KEYCODE_BUTTON_B

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_B = 97
static

Key code constant: B Button key.

On a game controller, the B button should be either the button labeled B or the second button on the bottom row of controller buttons.

◆ KEYCODE_BUTTON_C

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_C = 98
static

Key code constant: C Button key.

On a game controller, the C button should be either the button labeled C or the third button on the bottom row of controller buttons.

◆ KEYCODE_BUTTON_L1

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_L1 = 102
static

Key code constant: L1 Button key.

On a game controller, the L1 button should be either the button labeled L1 (or L) or the top left trigger button.

◆ KEYCODE_BUTTON_L2

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_L2 = 104
static

Key code constant: L2 Button key.

On a game controller, the L2 button should be either the button labeled L2 or the bottom left trigger button.

◆ KEYCODE_BUTTON_MODE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_MODE = 110
static

Key code constant: Mode Button key.

On a game controller, the button labeled Mode.

◆ KEYCODE_BUTTON_R1

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_R1 = 103
static

Key code constant: R1 Button key.

On a game controller, the R1 button should be either the button labeled R1 (or R) or the top right trigger button.

◆ KEYCODE_BUTTON_R2

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_R2 = 105
static

Key code constant: R2 Button key.

On a game controller, the R2 button should be either the button labeled R2 or the bottom right trigger button.

◆ KEYCODE_BUTTON_SELECT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_SELECT = 109
static

Key code constant: Select Button key.

On a game controller, the button labeled Select.

◆ KEYCODE_BUTTON_START

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_START = 108
static

Key code constant: Start Button key.

On a game controller, the button labeled Start.

◆ KEYCODE_BUTTON_THUMBL

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_THUMBL = 106
static

Key code constant: Left Thumb Button key.

On a game controller, the left thumb button indicates that the left (or only) joystick is pressed.

◆ KEYCODE_BUTTON_THUMBR

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_THUMBR = 107
static

Key code constant: Right Thumb Button key.

On a game controller, the right thumb button indicates that the right joystick is pressed.

◆ KEYCODE_BUTTON_X

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_X = 99
static

Key code constant: X Button key.

On a game controller, the X button should be either the button labeled X or the first button on the upper row of controller buttons.

◆ KEYCODE_BUTTON_Y

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_Y = 100
static

Key code constant: Y Button key.

On a game controller, the Y button should be either the button labeled Y or the second button on the upper row of controller buttons.

◆ KEYCODE_BUTTON_Z

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_BUTTON_Z = 101
static

Key code constant: Z Button key.

On a game controller, the Z button should be either the button labeled Z or the third button on the upper row of controller buttons.

◆ KEYCODE_C

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_C = 31
static

Key code constant: 'C' key.

◆ KEYCODE_CALCULATOR

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_CALCULATOR = 210
static

Key code constant: Calculator special function key.

Used to launch a calculator application.

◆ KEYCODE_CALENDAR

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_CALENDAR = 208
static

Key code constant: Calendar special function key.

Used to launch a calendar application.

◆ KEYCODE_CALL

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_CALL = 5
static

Key code constant: Call key.

◆ KEYCODE_CAMERA

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_CAMERA = 27
static

Key code constant: Camera key.

Used to launch a camera application or take pictures.

◆ KEYCODE_CAPS_LOCK

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_CAPS_LOCK = 115
static

Key code constant: Caps Lock key.

◆ KEYCODE_CAPTIONS

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_CAPTIONS = 175
static

Key code constant: Toggle captions key.

Switches the mode for closed-captioning text, for example during television shows.

◆ KEYCODE_CHANNEL_DOWN

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_CHANNEL_DOWN = 167
static

Key code constant: Channel down key.

On TV remotes, decrements the television channel.

◆ KEYCODE_CHANNEL_UP

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_CHANNEL_UP = 166
static

Key code constant: Channel up key.

On TV remotes, increments the television channel.

◆ KEYCODE_CLEAR

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_CLEAR = 28
static

Key code constant: Clear key.

◆ KEYCODE_COMMA

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_COMMA = 55
static

Key code constant: ',' key.

◆ KEYCODE_CONTACTS

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_CONTACTS = 207
static

Key code constant: Contacts special function key.

Used to launch an address book application.

◆ KEYCODE_COPY

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_COPY = 278
static

Key code constant: Copy key.

◆ KEYCODE_CTRL_LEFT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_CTRL_LEFT = 113
static

Key code constant: Left Control modifier key.

◆ KEYCODE_CTRL_RIGHT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_CTRL_RIGHT = 114
static

Key code constant: Right Control modifier key.

◆ KEYCODE_CUT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_CUT = 277
static

Key code constant: Cut key.

◆ KEYCODE_D

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_D = 32
static

Key code constant: 'D' key.

◆ KEYCODE_DEL

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_DEL = 67
static

Key code constant: Backspace key.

Deletes characters before the insertion point, unlike KEYCODE_FORWARD_DEL.

◆ KEYCODE_DPAD_CENTER

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_DPAD_CENTER = 23
static

Key code constant: Directional Pad Center key.

May also be synthesized from trackball motions.

◆ KEYCODE_DPAD_DOWN

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_DPAD_DOWN = 20
static

Key code constant: Directional Pad Down key.

May also be synthesized from trackball motions.

◆ KEYCODE_DPAD_DOWN_LEFT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_DPAD_DOWN_LEFT = 269
static

Key code constant: Directional Pad Down-Left.

◆ KEYCODE_DPAD_DOWN_RIGHT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_DPAD_DOWN_RIGHT = 271
static

Key code constant: Directional Pad Down-Right.

◆ KEYCODE_DPAD_LEFT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_DPAD_LEFT = 21
static

Key code constant: Directional Pad Left key.

May also be synthesized from trackball motions.

◆ KEYCODE_DPAD_RIGHT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_DPAD_RIGHT = 22
static

Key code constant: Directional Pad Right key.

May also be synthesized from trackball motions.

◆ KEYCODE_DPAD_UP

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_DPAD_UP = 19
static

Key code constant: Directional Pad Up key.

May also be synthesized from trackball motions.

◆ KEYCODE_DPAD_UP_LEFT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_DPAD_UP_LEFT = 268
static

Key code constant: Directional Pad Up-Left.

◆ KEYCODE_DPAD_UP_RIGHT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_DPAD_UP_RIGHT = 270
static

Key code constant: Directional Pad Up-Right.

◆ KEYCODE_DVR

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_DVR = 173
static

Key code constant: DVR key.

On some TV remotes, switches to a DVR mode for recorded shows.

◆ KEYCODE_E

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_E = 33
static

Key code constant: 'E' key.

◆ KEYCODE_EISU

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_EISU = 212
static

Key code constant: Japanese alphanumeric key.

◆ KEYCODE_ENDCALL

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_ENDCALL = 6
static

Key code constant: End Call key.

◆ KEYCODE_ENTER

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_ENTER = 66
static

Key code constant: Enter key.

◆ KEYCODE_ENVELOPE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_ENVELOPE = 65
static

Key code constant: Envelope special function key.

Used to launch a mail application.

◆ KEYCODE_EQUALS

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_EQUALS = 70
static

Key code constant: '=' key.

◆ KEYCODE_ESCAPE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_ESCAPE = 111
static

Key code constant: Escape key.

◆ KEYCODE_EXPLORER

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_EXPLORER = 64
static

Key code constant: Explorer special function key.

Used to launch a browser application.

◆ KEYCODE_F

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_F = 34
static

Key code constant: 'F' key.

◆ KEYCODE_F1

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_F1 = 131
static

Key code constant: F1 key.

◆ KEYCODE_F10

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_F10 = 140
static

Key code constant: F10 key.

◆ KEYCODE_F11

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_F11 = 141
static

Key code constant: F11 key.

◆ KEYCODE_F12

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_F12 = 142
static

Key code constant: F12 key.

◆ KEYCODE_F2

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_F2 = 132
static

Key code constant: F2 key.

◆ KEYCODE_F3

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_F3 = 133
static

Key code constant: F3 key.

◆ KEYCODE_F4

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_F4 = 134
static

Key code constant: F4 key.

◆ KEYCODE_F5

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_F5 = 135
static

Key code constant: F5 key.

◆ KEYCODE_F6

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_F6 = 136
static

Key code constant: F6 key.

◆ KEYCODE_F7

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_F7 = 137
static

Key code constant: F7 key.

◆ KEYCODE_F8

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_F8 = 138
static

Key code constant: F8 key.

◆ KEYCODE_F9

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_F9 = 139
static

Key code constant: F9 key.

◆ KEYCODE_FOCUS

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_FOCUS = 80
static

Key code constant: Camera Focus key.

Used to focus the camera.

◆ KEYCODE_FORWARD

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_FORWARD = 125
static

Key code constant: Forward key.

Navigates forward in the history stack. Complement of KEYCODE_BACK.

◆ KEYCODE_FORWARD_DEL

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_FORWARD_DEL = 112
static

Key code constant: Forward Delete key.

Deletes characters ahead of the insertion point, unlike KEYCODE_DEL.

◆ KEYCODE_FUNCTION

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_FUNCTION = 119
static

Key code constant: Function modifier key.

◆ KEYCODE_G

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_G = 35
static

Key code constant: 'G' key.

◆ KEYCODE_GRAVE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_GRAVE = 68
static

Key code constant: '‘’ (backtick) key.

◆ KEYCODE_GUIDE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_GUIDE = 172
static

Key code constant: Guide key.

On TV remotes, shows a programming guide.

◆ KEYCODE_H

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_H = 36
static

Key code constant: 'H' key.

◆ KEYCODE_HEADSETHOOK

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_HEADSETHOOK = 79
static

Key code constant: Headset Hook key.

Used to hang up calls and stop media.

◆ KEYCODE_HELP

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_HELP = 259
static

Key code constant: Help key.

◆ KEYCODE_HENKAN

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_HENKAN = 214
static

Key code constant: Japanese conversion key.

◆ KEYCODE_HOME

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_HOME = 3
static

Key code constant: Home key.

This key is handled by the framework and is never delivered to applications.

◆ KEYCODE_I

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_I = 37
static

Key code constant: 'I' key.

◆ KEYCODE_INFO

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_INFO = 165
static

Key code constant: Info key.

Common on TV remotes to show additional information related to what is currently being viewed.

◆ KEYCODE_INSERT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_INSERT = 124
static

Key code constant: Insert key.

Toggles insert / overwrite edit mode.

◆ KEYCODE_J

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_J = 38
static

Key code constant: 'J' key.

◆ KEYCODE_K

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_K = 39
static

Key code constant: 'K' key.

◆ KEYCODE_KANA

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_KANA = 218
static

Key code constant: Japanese kana key.

◆ KEYCODE_KATAKANA_HIRAGANA

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_KATAKANA_HIRAGANA = 215
static

Key code constant: Japanese katakana / hiragana key.

◆ KEYCODE_L

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_L = 40
static

Key code constant: 'L' key.

◆ KEYCODE_LANGUAGE_SWITCH

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_LANGUAGE_SWITCH = 204
static

Key code constant: Language Switch key.

Toggles the current input language such as switching between English and Japanese on a QWERTY keyboard. On some devices, the same function may be performed by pressing Shift+Spacebar.

◆ KEYCODE_LAST_CHANNEL

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_LAST_CHANNEL = 229
static

Key code constant: Last Channel key.

Goes to the last viewed channel.

◆ KEYCODE_LEFT_BRACKET

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_LEFT_BRACKET = 71
static

Key code constant: '[' key.

◆ KEYCODE_M

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_M = 41
static

Key code constant: 'M' key.

◆ KEYCODE_MANNER_MODE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MANNER_MODE = 205
static

Key code constant: Manner Mode key.

Toggles silent or vibrate mode on and off to make the device behave more politely in certain settings such as on a crowded train. On some devices, the key may only operate when long-pressed.

◆ KEYCODE_MEDIA_AUDIO_TRACK

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MEDIA_AUDIO_TRACK = 222
static

Key code constant: Audio Track key.

Switches the audio tracks.

◆ KEYCODE_MEDIA_CLOSE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MEDIA_CLOSE = 128
static

Key code constant: Close media key.

May be used to close a CD tray, for example.

◆ KEYCODE_MEDIA_EJECT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MEDIA_EJECT = 129
static

Key code constant: Eject media key.

May be used to eject a CD tray, for example.

◆ KEYCODE_MEDIA_FAST_FORWARD

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MEDIA_FAST_FORWARD = 90
static

Key code constant: Fast Forward media key.

◆ KEYCODE_MEDIA_NEXT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MEDIA_NEXT = 87
static

Key code constant: Play Next media key.

◆ KEYCODE_MEDIA_PAUSE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MEDIA_PAUSE = 127
static

Key code constant: Pause media key.

◆ KEYCODE_MEDIA_PLAY

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MEDIA_PLAY = 126
static

Key code constant: Play media key.

◆ KEYCODE_MEDIA_PLAY_PAUSE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MEDIA_PLAY_PAUSE = 85
static

Key code constant: Play/Pause media key.

◆ KEYCODE_MEDIA_PREVIOUS

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MEDIA_PREVIOUS = 88
static

Key code constant: Play Previous media key.

◆ KEYCODE_MEDIA_RECORD

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MEDIA_RECORD = 130
static

Key code constant: Record media key.

◆ KEYCODE_MEDIA_REWIND

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MEDIA_REWIND = 89
static

Key code constant: Rewind media key.

◆ KEYCODE_MEDIA_SKIP_BACKWARD

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MEDIA_SKIP_BACKWARD = 273
static

Key code constant: Skip backward media key.

◆ KEYCODE_MEDIA_SKIP_FORWARD

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MEDIA_SKIP_FORWARD = 272
static

Key code constant: Skip forward media key.

◆ KEYCODE_MEDIA_STEP_BACKWARD

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MEDIA_STEP_BACKWARD = 275
static

Key code constant: Step backward media key.

Steps media backward, one frame at a time.

◆ KEYCODE_MEDIA_STEP_FORWARD

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MEDIA_STEP_FORWARD = 274
static

Key code constant: Step forward media key.

Steps media forward, one frame at a time.

◆ KEYCODE_MEDIA_STOP

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MEDIA_STOP = 86
static

Key code constant: Stop media key.

◆ KEYCODE_MEDIA_TOP_MENU

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MEDIA_TOP_MENU = 226
static

Key code constant: Media Top Menu key.

Goes to the top of media menu.

◆ KEYCODE_MENU

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MENU = 82
static

Key code constant: Menu key.

◆ KEYCODE_META_LEFT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_META_LEFT = 117
static

Key code constant: Left Meta modifier key.

◆ KEYCODE_META_RIGHT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_META_RIGHT = 118
static

Key code constant: Right Meta modifier key.

◆ KEYCODE_MINUS

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MINUS = 69
static

Key code constant: '-'.

◆ KEYCODE_MOVE_END

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MOVE_END = 123
static

Key code constant: End Movement key.

Used for scrolling or moving the cursor around to the end of a line or to the bottom of a list.

◆ KEYCODE_MOVE_HOME

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MOVE_HOME = 122
static

Key code constant: Home Movement key.

Used for scrolling or moving the cursor around to the start of a line or to the top of a list.

◆ KEYCODE_MUHENKAN

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MUHENKAN = 213
static

Key code constant: Japanese non-conversion key.

◆ KEYCODE_MUSIC

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MUSIC = 209
static

Key code constant: Music special function key.

Used to launch a music player application.

◆ KEYCODE_MUTE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_MUTE = 91
static

Key code constant: Mute key.

Mutes the microphone, unlike KEYCODE_VOLUME_MUTE.

◆ KEYCODE_N

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_N = 42
static

Key code constant: 'N' key.

◆ KEYCODE_NAVIGATE_IN

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NAVIGATE_IN = 262
static

Key code constant: Navigate in key.

Activates the item that currently has focus or expands to the next level of a navigation hierarchy.

◆ KEYCODE_NAVIGATE_NEXT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NAVIGATE_NEXT = 261
static

Key code constant: Navigate to next key.

Advances to the next item in an ordered collection of items.

◆ KEYCODE_NAVIGATE_OUT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NAVIGATE_OUT = 263
static

Key code constant: Navigate out key.

Backs out one level of a navigation hierarchy or collapses the item that currently has focus.

◆ KEYCODE_NAVIGATE_PREVIOUS

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NAVIGATE_PREVIOUS = 260
static

Key code constant: Navigate to previous key.

Goes backward by one item in an ordered collection of items.

◆ KEYCODE_NOTIFICATION

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NOTIFICATION = 83
static

Key code constant: Notification key.

◆ KEYCODE_NUM

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUM = 78
static

Key code constant: Number modifier key.

Used to enter numeric symbols. This key is not Num Lock; it is more like KEYCODE_ALT_LEFT and is interpreted as an ALT key by android.text.method.MetaKeyKeyListener.

◆ KEYCODE_NUM_LOCK

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUM_LOCK = 143
static

Key code constant: Num Lock key.

This is the Num Lock key; it is different from KEYCODE_NUM. This key alters the behavior of other keys on the numeric keypad.

◆ KEYCODE_NUMPAD_0

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_0 = 144
static

Key code constant: Numeric keypad '0' key.

◆ KEYCODE_NUMPAD_1

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_1 = 145
static

Key code constant: Numeric keypad '1' key.

◆ KEYCODE_NUMPAD_2

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_2 = 146
static

Key code constant: Numeric keypad '2' key.

◆ KEYCODE_NUMPAD_3

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_3 = 147
static

Key code constant: Numeric keypad '3' key.

◆ KEYCODE_NUMPAD_4

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_4 = 148
static

Key code constant: Numeric keypad '4' key.

◆ KEYCODE_NUMPAD_5

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_5 = 149
static

Key code constant: Numeric keypad '5' key.

◆ KEYCODE_NUMPAD_6

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_6 = 150
static

Key code constant: Numeric keypad '6' key.

◆ KEYCODE_NUMPAD_7

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_7 = 151
static

Key code constant: Numeric keypad '7' key.

◆ KEYCODE_NUMPAD_8

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_8 = 152
static

Key code constant: Numeric keypad '8' key.

◆ KEYCODE_NUMPAD_9

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_9 = 153
static

Key code constant: Numeric keypad '9' key.

◆ KEYCODE_NUMPAD_ADD

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_ADD = 157
static

Key code constant: Numeric keypad '+' key (for addition).

◆ KEYCODE_NUMPAD_COMMA

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_COMMA = 159
static

Key code constant: Numeric keypad ',' key (for decimals or digit grouping).

◆ KEYCODE_NUMPAD_DIVIDE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_DIVIDE = 154
static

Key code constant: Numeric keypad '/' key (for division).

◆ KEYCODE_NUMPAD_DOT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_DOT = 158
static

Key code constant: Numeric keypad '.

' key (for decimals or digit grouping).

◆ KEYCODE_NUMPAD_ENTER

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_ENTER = 160
static

Key code constant: Numeric keypad Enter key.

◆ KEYCODE_NUMPAD_EQUALS

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_EQUALS = 161
static

Key code constant: Numeric keypad '=' key.

◆ KEYCODE_NUMPAD_LEFT_PAREN

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_LEFT_PAREN = 162
static

Key code constant: Numeric keypad '(' key.

◆ KEYCODE_NUMPAD_MULTIPLY

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_MULTIPLY = 155
static

Key code constant: Numeric keypad '*' key (for multiplication).

◆ KEYCODE_NUMPAD_RIGHT_PAREN

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_RIGHT_PAREN = 163
static

Key code constant: Numeric keypad ')' key.

◆ KEYCODE_NUMPAD_SUBTRACT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_NUMPAD_SUBTRACT = 156
static

Key code constant: Numeric keypad '-' key (for subtraction).

◆ KEYCODE_O

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_O = 43
static

Key code constant: 'O' key.

◆ KEYCODE_P

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_P = 44
static

Key code constant: 'P' key.

◆ KEYCODE_PAGE_DOWN

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_PAGE_DOWN = 93
static

Key code constant: Page Down key.

◆ KEYCODE_PAGE_UP

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_PAGE_UP = 92
static

Key code constant: Page Up key.

◆ KEYCODE_PAIRING

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_PAIRING = 225
static

Key code constant: Pairing key.

Initiates peripheral pairing mode. Useful for pairing remote control devices or game controllers, especially if no other input mode is available.

◆ KEYCODE_PASTE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_PASTE = 279
static

Key code constant: Paste key.

◆ KEYCODE_PERIOD

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_PERIOD = 56
static

Key code constant: '.

' key.

◆ KEYCODE_PICTSYMBOLS

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_PICTSYMBOLS = 94
static

Key code constant: Picture Symbols modifier key.

Used to switch symbol sets (Emoji, Kao-moji).

◆ KEYCODE_PLUS

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_PLUS = 81
static

Key code constant: '+' key.

◆ KEYCODE_POUND

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_POUND = 18
static

Key code constant: '#' key.

◆ KEYCODE_POWER

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_POWER = 26
static

Key code constant: Power key.

◆ KEYCODE_PROFILE_SWITCH

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_PROFILE_SWITCH = 288
static

Key code constant: Used to switch current android.accounts.Account that is consuming content.

May be consumed by system to set account globally.

◆ KEYCODE_PROG_BLUE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_PROG_BLUE = 186
static

Key code constant: Blue "programmable" key.

On TV remotes, acts as a contextual/programmable key.

◆ KEYCODE_PROG_GREEN

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_PROG_GREEN = 184
static

Key code constant: Green "programmable" key.

On TV remotes, actsas a contextual/programmable key.

◆ KEYCODE_PROG_RED

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_PROG_RED = 183
static

Key code constant: Red "programmable" key.

On TV remotes, acts as a contextual/programmable key.

◆ KEYCODE_PROG_YELLOW

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_PROG_YELLOW = 185
static

Key code constant: Yellow "programmable" key.

On TV remotes, acts as a contextual/programmable key.

◆ KEYCODE_Q

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_Q = 45
static

Key code constant: 'Q' key.

◆ KEYCODE_R

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_R = 46
static

Key code constant: 'R' key.

◆ KEYCODE_REFRESH

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_REFRESH = 285
static

Key code constant: Refresh key.

◆ KEYCODE_RIGHT_BRACKET

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_RIGHT_BRACKET = 72
static

Key code constant: ']' key.

◆ KEYCODE_RO

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_RO = 217
static

Key code constant: Japanese Ro key.

◆ KEYCODE_S

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_S = 47
static

Key code constant: 'S' key.

◆ KEYCODE_SCROLL_LOCK

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SCROLL_LOCK = 116
static

Key code constant: Scroll Lock key.

◆ KEYCODE_SEARCH

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SEARCH = 84
static

Key code constant: Search key.

◆ KEYCODE_SEMICOLON

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SEMICOLON = 74
static

Key code constant: ';' key.

◆ KEYCODE_SETTINGS

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SETTINGS = 176
static

Key code constant: Settings key.

Starts the system settings activity.

◆ KEYCODE_SHIFT_LEFT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SHIFT_LEFT = 59
static

Key code constant: Left Shift modifier key.

◆ KEYCODE_SHIFT_RIGHT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SHIFT_RIGHT = 60
static

Key code constant: Right Shift modifier key.

◆ KEYCODE_SLASH

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SLASH = 76
static

Key code constant: '/' key.

◆ KEYCODE_SLEEP

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SLEEP = 223
static

Key code constant: Sleep key.

Puts the device to sleep. Behaves somewhat like KEYCODE_POWER but it has no effect if the device is already asleep.

◆ KEYCODE_SOFT_LEFT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SOFT_LEFT = 1
static

Key code constant: Soft Left key.

Usually situated below the display on phones and used as a multi-function feature key for selecting a software defined function shown on the bottom left of the display.

◆ KEYCODE_SOFT_RIGHT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SOFT_RIGHT = 2
static

Key code constant: Soft Right key.

Usually situated below the display on phones and used as a multi-function feature key for selecting a software defined function shown on the bottom right of the display.

◆ KEYCODE_SOFT_SLEEP

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SOFT_SLEEP = 276
static

Key code constant: put device to sleep unless a wakelock is held.

◆ KEYCODE_SPACE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SPACE = 62
static

Key code constant: Space key.

◆ KEYCODE_STAR

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_STAR = 17
static

Key code constant: '*' key.

◆ KEYCODE_STB_INPUT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_STB_INPUT = 180
static

Key code constant: Set-top-box input key.

On TV remotes, switches the input mode on an external Set-top-box.

◆ KEYCODE_STB_POWER

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_STB_POWER = 179
static

Key code constant: Set-top-box power key.

On TV remotes, toggles the power on an external Set-top-box.

◆ KEYCODE_STEM_1

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_STEM_1 = 265
static

Key code constant: Generic stem key 1 for Wear.

◆ KEYCODE_STEM_2

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_STEM_2 = 266
static

Key code constant: Generic stem key 2 for Wear.

◆ KEYCODE_STEM_3

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_STEM_3 = 267
static

Key code constant: Generic stem key 3 for Wear.

◆ KEYCODE_STEM_PRIMARY

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_STEM_PRIMARY = 264
static

Key code constant: Primary stem key for Wear Main power/reset button on watch.

◆ KEYCODE_SWITCH_CHARSET

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SWITCH_CHARSET = 95
static

Key code constant: Switch Charset modifier key.

Used to switch character sets (Kanji, Katakana).

◆ KEYCODE_SYM

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SYM = 63
static

Key code constant: Symbol modifier key.

Used to enter alternate symbols.

◆ KEYCODE_SYSRQ

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SYSRQ = 120
static

Key code constant: System Request / Print Screen key.

◆ KEYCODE_SYSTEM_NAVIGATION_DOWN

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SYSTEM_NAVIGATION_DOWN = 281
static

Key code constant: Consumed by the system for navigation down.

◆ KEYCODE_SYSTEM_NAVIGATION_LEFT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SYSTEM_NAVIGATION_LEFT = 282
static

Key code constant: Consumed by the system for navigation left.

◆ KEYCODE_SYSTEM_NAVIGATION_RIGHT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SYSTEM_NAVIGATION_RIGHT = 283
static

Key code constant: Consumed by the system for navigation right.

◆ KEYCODE_SYSTEM_NAVIGATION_UP

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_SYSTEM_NAVIGATION_UP = 280
static

Key code constant: Consumed by the system for navigation up.

◆ KEYCODE_T

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_T = 48
static

Key code constant: 'T' key.

◆ KEYCODE_TAB

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TAB = 61
static

Key code constant: Tab key.

◆ KEYCODE_THUMBS_DOWN

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_THUMBS_DOWN = 287
static

Key code constant: Thumbs down key.

Apps can use this to let user downvote content.

◆ KEYCODE_THUMBS_UP

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_THUMBS_UP = 286
static

Key code constant: Thumbs up key.

Apps can use this to let user upvote content.

◆ KEYCODE_TV

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV = 170
static

Key code constant: TV key.

On TV remotes, switches to viewing live TV.

◆ KEYCODE_TV_ANTENNA_CABLE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_ANTENNA_CABLE = 242
static

Key code constant: Antenna/Cable key.

Toggles broadcast input source between antenna and cable.

◆ KEYCODE_TV_AUDIO_DESCRIPTION

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_AUDIO_DESCRIPTION = 252
static

Key code constant: Audio description key.

Toggles audio description off / on.

◆ KEYCODE_TV_AUDIO_DESCRIPTION_MIX_DOWN

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_AUDIO_DESCRIPTION_MIX_DOWN = 254
static

Key code constant: Audio description mixing volume down key.

Lessen audio description volume as compared with normal audio volume.

◆ KEYCODE_TV_AUDIO_DESCRIPTION_MIX_UP

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_AUDIO_DESCRIPTION_MIX_UP = 253
static

Key code constant: Audio description mixing volume up key.

Louden audio description volume as compared with normal audio volume.

◆ KEYCODE_TV_CONTENTS_MENU

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_CONTENTS_MENU = 256
static

Key code constant: Contents menu key.

Goes to the title list. Corresponds to Contents Menu (0x0B) of CEC User Control Code

◆ KEYCODE_TV_DATA_SERVICE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_DATA_SERVICE = 230
static

Key code constant: TV data service key.

Displays data services like weather, sports.

◆ KEYCODE_TV_INPUT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_INPUT = 178
static

Key code constant: TV input key.

On TV remotes, switches the input on a television screen.

◆ KEYCODE_TV_INPUT_COMPONENT_1

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_INPUT_COMPONENT_1 = 249
static

Key code constant: Component #1 key.

Switches to component video input #1.

◆ KEYCODE_TV_INPUT_COMPONENT_2

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_INPUT_COMPONENT_2 = 250
static

Key code constant: Component #2 key.

Switches to component video input #2.

◆ KEYCODE_TV_INPUT_COMPOSITE_1

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_INPUT_COMPOSITE_1 = 247
static

Key code constant: Composite #1 key.

Switches to composite video input #1.

◆ KEYCODE_TV_INPUT_COMPOSITE_2

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_INPUT_COMPOSITE_2 = 248
static

Key code constant: Composite #2 key.

Switches to composite video input #2.

◆ KEYCODE_TV_INPUT_HDMI_1

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_INPUT_HDMI_1 = 243
static

Key code constant: HDMI #1 key.

Switches to HDMI input #1.

◆ KEYCODE_TV_INPUT_HDMI_2

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_INPUT_HDMI_2 = 244
static

Key code constant: HDMI #2 key.

Switches to HDMI input #2.

◆ KEYCODE_TV_INPUT_HDMI_3

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_INPUT_HDMI_3 = 245
static

Key code constant: HDMI #3 key.

Switches to HDMI input #3.

◆ KEYCODE_TV_INPUT_HDMI_4

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_INPUT_HDMI_4 = 246
static

Key code constant: HDMI #4 key.

Switches to HDMI input #4.

◆ KEYCODE_TV_INPUT_VGA_1

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_INPUT_VGA_1 = 251
static

Key code constant: VGA #1 key.

Switches to VGA (analog RGB) input #1.

◆ KEYCODE_TV_MEDIA_CONTEXT_MENU

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_MEDIA_CONTEXT_MENU = 257
static

Key code constant: Media context menu key.

Goes to the context menu of media contents. Corresponds to Media Context-sensitive Menu (0x11) of CEC User Control Code.

◆ KEYCODE_TV_NETWORK

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_NETWORK = 241
static

Key code constant: Toggle Network key.

Toggles selecting broacast services.

◆ KEYCODE_TV_NUMBER_ENTRY

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_NUMBER_ENTRY = 234
static

Key code constant: Number entry key.

Initiates to enter multi-digit channel nubmber when each digit key is assigned for selecting separate channel. Corresponds to Number Entry Mode (0x1D) of CEC User Control Code.

◆ KEYCODE_TV_POWER

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_POWER = 177
static

Key code constant: TV power key.

On TV remotes, toggles the power on a television screen.

◆ KEYCODE_TV_RADIO_SERVICE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_RADIO_SERVICE = 232
static

Key code constant: Radio key.

Toggles TV service / Radio service.

◆ KEYCODE_TV_SATELLITE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_SATELLITE = 237
static

Key code constant: Satellite key.

Switches to digital satellite broadcast service.

◆ KEYCODE_TV_SATELLITE_BS

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_SATELLITE_BS = 238
static

Key code constant: BS key.

Switches to BS digital satellite broadcasting service available in Japan.

◆ KEYCODE_TV_SATELLITE_CS

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_SATELLITE_CS = 239
static

Key code constant: CS key.

Switches to CS digital satellite broadcasting service available in Japan.

◆ KEYCODE_TV_SATELLITE_SERVICE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_SATELLITE_SERVICE = 240
static

Key code constant: BS/CS key.

Toggles between BS and CS digital satellite services.

◆ KEYCODE_TV_TELETEXT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_TELETEXT = 233
static

Key code constant: Teletext key.

Displays Teletext service.

◆ KEYCODE_TV_TERRESTRIAL_ANALOG

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_TERRESTRIAL_ANALOG = 235
static

Key code constant: Analog Terrestrial key.

Switches to analog terrestrial broadcast service.

◆ KEYCODE_TV_TERRESTRIAL_DIGITAL

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_TERRESTRIAL_DIGITAL = 236
static

Key code constant: Digital Terrestrial key.

Switches to digital terrestrial broadcast service.

◆ KEYCODE_TV_TIMER_PROGRAMMING

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_TIMER_PROGRAMMING = 258
static

Key code constant: Timer programming key.

Goes to the timer recording menu. Corresponds to Timer Programming (0x54) of CEC User Control Code.

◆ KEYCODE_TV_ZOOM_MODE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_TV_ZOOM_MODE = 255
static

Key code constant: Zoom mode key.

Changes Zoom mode (Normal, Full, Zoom, Wide-zoom, etc.)

◆ KEYCODE_U

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_U = 49
static

Key code constant: 'U' key.

◆ KEYCODE_UNKNOWN

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_UNKNOWN = 0
static

Key code constant: Unknown key code.

◆ KEYCODE_V

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_V = 50
static

Key code constant: 'V' key.

◆ KEYCODE_VOICE_ASSIST

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_VOICE_ASSIST = 231
static

Key code constant: Voice Assist key.

Launches the global voice assist activity. Not delivered to applications.

◆ KEYCODE_VOLUME_DOWN

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_VOLUME_DOWN = 25
static

Key code constant: Volume Down key.

Adjusts the speaker volume down.

◆ KEYCODE_VOLUME_MUTE

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_VOLUME_MUTE = 164
static

Key code constant: Volume Mute key.

Mutes the speaker, unlike KEYCODE_MUTE. This key should normally be implemented as a toggle such that the first press mutes the speaker and the second press restores the original volume.

◆ KEYCODE_VOLUME_UP

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_VOLUME_UP = 24
static

Key code constant: Volume Up key.

Adjusts the speaker volume up.

◆ KEYCODE_W

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_W = 51
static

Key code constant: 'W' key.

◆ KEYCODE_WAKEUP

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_WAKEUP = 224
static

Key code constant: Wakeup key.

Wakes up the device. Behaves somewhat like KEYCODE_POWER but it has no effect if the device is already awake.

◆ KEYCODE_WINDOW

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_WINDOW = 171
static

Key code constant: Window key.

On TV remotes, toggles picture-in-picture mode or other windowing functions. On Android Wear devices, triggers a display offset.

◆ KEYCODE_X

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_X = 52
static

Key code constant: 'X' key.

◆ KEYCODE_Y

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_Y = 53
static

Key code constant: 'Y' key.

◆ KEYCODE_YEN

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_YEN = 216
static

Key code constant: Japanese Yen key.

◆ KEYCODE_Z

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_Z = 54
static

Key code constant: 'Z' key.

◆ KEYCODE_ZENKAKU_HANKAKU

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_ZENKAKU_HANKAKU = 211
static

Key code constant: Japanese full-width / half-width key.

◆ KEYCODE_ZOOM_IN

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_ZOOM_IN = 168
static

Key code constant: Zoom in key.

◆ KEYCODE_ZOOM_OUT

const int Amazon.Device.InputMapping.AndroidKeyCode.KEYCODE_ZOOM_OUT = 169
static

Key code constant: Zoom out key.