最全 shell input keyevent 的 keycode

请移步至官方查看 KeyEvent | Android Developers (google.cn)
官网没得翻译,不是按照数字顺序开始的,这里也没得翻译

算了,全拿过来了

0: KEYCODE_UNKNOWN

描述: Key code constant: Unknown key code.

1: KEYCODE_SOFT_LEFT

描述: 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.

2: KEYCODE_SOFT_RIGHT

描述: 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.

3: KEYCODE_HOME

描述: Key code constant: Home key. This key is handled by the framework and is never delivered to applications.

4: KEYCODE_BACK

描述: Key code constant: Back key.

5: KEYCODE_CALL

描述: Key code constant: Call key.

6: KEYCODE_ENDCALL

描述: Key code constant: End Call key.

7: KEYCODE_0

描述: Key code constant: '0' key.

8: KEYCODE_1

描述: Key code constant: '1' key.

9: KEYCODE_2

描述: Key code constant: '2' key.

10: KEYCODE_3

描述: Key code constant: '3' key.

11: KEYCODE_4

描述: Key code constant: '4' key.

12: KEYCODE_5

描述: Key code constant: '5' key.

13: KEYCODE_6

描述: Key code constant: '6' key.

14: KEYCODE_7

描述: Key code constant: '7' key.

15: KEYCODE_8

描述: Key code constant: '8' key.

16: KEYCODE_9

描述: Key code constant: '9' key.

17: KEYCODE_STAR

描述: Key code constant: '*' key.

18: KEYCODE_POUND

描述: Key code constant: '#' key.

19: KEYCODE_DPAD_UP

描述: Key code constant: Directional Pad Up key. May also be synthesized from trackball motions.

20: KEYCODE_DPAD_DOWN

描述: Key code constant: Directional Pad Down key. May also be synthesized from trackball motions.

21: KEYCODE_DPAD_LEFT

描述: Key code constant: Directional Pad Left key. May also be synthesized from trackball motions.

22: KEYCODE_DPAD_RIGHT

描述: Key code constant: Directional Pad Right key. May also be synthesized from trackball motions.

23: KEYCODE_DPAD_CENTER

描述: Key code constant: Directional Pad Center key. May also be synthesized from trackball motions.

24: KEYCODE_VOLUME_UP

描述: Key code constant: Volume Up key. Adjusts the speaker volume up.

25: KEYCODE_VOLUME_DOWN

描述: Key code constant: Volume Down key. Adjusts the speaker volume down.

26: KEYCODE_POWER

描述: Key code constant: Power key.

27: KEYCODE_CAMERA

描述: Key code constant: Camera key. Used to launch a camera application or take pictures.

28: KEYCODE_CLEAR

描述: Key code constant: Clear key.

29: KEYCODE_A

描述: Key code constant: 'A' key.

30: KEYCODE_B

描述: Key code constant: 'B' key.

31: KEYCODE_C

描述: Key code constant: 'C' key.

32: KEYCODE_D

描述: Key code constant: 'D' key.

33: KEYCODE_E

描述: Key code constant: 'E' key.

34: KEYCODE_F

描述: Key code constant: 'F' key.

35: KEYCODE_G

描述: Key code constant: 'G' key.

36: KEYCODE_H

描述: Key code constant: 'H' key.

37: KEYCODE_I

描述: Key code constant: 'I' key.

38: KEYCODE_J

描述: Key code constant: 'J' key.

39: KEYCODE_K

描述: Key code constant: 'K' key.

40: KEYCODE_L

描述: Key code constant: 'L' key.

41: KEYCODE_M

描述: Key code constant: 'M' key.

42: KEYCODE_N

描述: Key code constant: 'N' key.

43: KEYCODE_O

描述: Key code constant: 'O' key.

44: KEYCODE_P

描述: Key code constant: 'P' key.

45: KEYCODE_Q

描述: Key code constant: 'Q' key.

46: KEYCODE_R

描述: Key code constant: 'R' key.

47: KEYCODE_S

描述: Key code constant: 'S' key.

48: KEYCODE_T

描述: Key code constant: 'T' key.

49: KEYCODE_U

描述: Key code constant: 'U' key.

50: KEYCODE_V

描述: Key code constant: 'V' key.

51: KEYCODE_W

描述: Key code constant: 'W' key.

52: KEYCODE_X

描述: Key code constant: 'X' key.

53: KEYCODE_Y

描述: Key code constant: 'Y' key.

54: KEYCODE_Z

描述: Key code constant: 'Z' key.

55: KEYCODE_COMMA

描述: Key code constant: ',' key.

56: KEYCODE_PERIOD

描述: Key code constant: '.' key.

57: KEYCODE_ALT_LEFT

描述: Key code constant: Left Alt modifier key.

58: KEYCODE_ALT_RIGHT

描述: Key code constant: Right Alt modifier key.

59: KEYCODE_SHIFT_LEFT

描述: Key code constant: Left Shift modifier key.

60: KEYCODE_SHIFT_RIGHT

描述: Key code constant: Right Shift modifier key.

61: KEYCODE_TAB

描述: Key code constant: Tab key.

62: KEYCODE_SPACE

描述: Key code constant: Space key.

63: KEYCODE_SYM

描述: Key code constant: Symbol modifier key. Used to enter alternate symbols.

64: KEYCODE_EXPLORER

描述: Key code constant: Explorer special function key. Used to launch a browser application.

65: KEYCODE_ENVELOPE

描述: Key code constant: Envelope special function key. Used to launch a mail application.

66: KEYCODE_ENTER

描述: Key code constant: Enter key.

68: KEYCODE_GRAVE

描述: Key code constant: '`' (backtick) key.

69: KEYCODE_MINUS

描述: Key code constant: '-'.

70: KEYCODE_EQUALS

描述: Key code constant: '=' key.

71: KEYCODE_LEFT_BRACKET

描述: Key code constant: '[' key.

72: KEYCODE_RIGHT_BRACKET

描述: Key code constant: ']' key.

73: KEYCODE_BACKSLASH

描述: Key code constant: '' key.

74: KEYCODE_SEMICOLON

描述: Key code constant: ';' key.

75: KEYCODE_APOSTROPHE

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

76: KEYCODE_SLASH

描述: Key code constant: '/' key.

77: KEYCODE_AT

描述: Key code constant: '@' key.

79: KEYCODE_HEADSETHOOK

描述: Key code constant: Headset Hook key. Used to hang up calls and stop media.

80: KEYCODE_FOCUS

描述: Key code constant: Camera Focus key. Used to focus the camera.

81: KEYCODE_PLUS

描述: Key code constant: '+' key.

82: KEYCODE_MENU

描述: Key code constant: Menu key.

83: KEYCODE_NOTIFICATION

描述: Key code constant: Notification key.

84: KEYCODE_SEARCH

描述: Key code constant: Search key.

85: KEYCODE_MEDIA_PLAY_PAUSE

描述: Key code constant: Play/Pause media key.

86: KEYCODE_MEDIA_STOP

描述: Key code constant: Stop media key.

87: KEYCODE_MEDIA_NEXT

描述: Key code constant: Play Next media key.

88: KEYCODE_MEDIA_PREVIOUS

描述: Key code constant: Play Previous media key.

89: KEYCODE_MEDIA_REWIND

描述: Key code constant: Rewind media key.

90: KEYCODE_MEDIA_FAST_FORWARD

描述: Key code constant: Fast Forward media key.

92: KEYCODE_PAGE_UP

描述: Key code constant: Page Up key.

93: KEYCODE_PAGE_DOWN

描述: Key code constant: Page Down key.

94: KEYCODE_PICTSYMBOLS

描述: Key code constant: Picture Symbols modifier key. Used to switch symbol sets (Emoji, Kao-moji).

95: KEYCODE_SWITCH_CHARSET

描述: Key code constant: Switch Charset modifier key. Used to switch character sets (Kanji, Katakana).

96: KEYCODE_BUTTON_A

描述: 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.

97: KEYCODE_BUTTON_B

描述: 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.

98: KEYCODE_BUTTON_C

描述: 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.

99: KEYCODE_BUTTON_X

描述: 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.

100: KEYCODE_BUTTON_Y

描述: 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.

101: KEYCODE_BUTTON_Z

描述: 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.

102: KEYCODE_BUTTON_L1

描述: 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.

103: KEYCODE_BUTTON_R1

描述: 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.

104: KEYCODE_BUTTON_L2

描述: 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.

105: KEYCODE_BUTTON_R2

描述: 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.

106: KEYCODE_BUTTON_THUMBL

描述: Key code constant: Left Thumb Button key. On a game controller, the left thumb button indicates that the left (or only) joystick is pressed.

107: KEYCODE_BUTTON_THUMBR

描述: Key code constant: Right Thumb Button key. On a game controller, the right thumb button indicates that the right joystick is pressed.

108: KEYCODE_BUTTON_START

描述: Key code constant: Start Button key. On a game controller, the button labeled Start.

109: KEYCODE_BUTTON_SELECT

描述: Key code constant: Select Button key. On a game controller, the button labeled Select.

110: KEYCODE_BUTTON_MODE

描述: Key code constant: Mode Button key. On a game controller, the button labeled Mode.

111: KEYCODE_ESCAPE

描述: Key code constant: Escape key.

113: KEYCODE_CTRL_LEFT

描述: Key code constant: Left Control modifier key.

114: KEYCODE_CTRL_RIGHT

描述: Key code constant: Right Control modifier key.

115: KEYCODE_CAPS_LOCK

描述: Key code constant: Caps Lock key.

116: KEYCODE_SCROLL_LOCK

描述: Key code constant: Scroll Lock key.

117: KEYCODE_META_LEFT

描述: Key code constant: Left Meta modifier key.

118: KEYCODE_META_RIGHT

描述: Key code constant: Right Meta modifier key.

119: KEYCODE_FUNCTION

描述: Key code constant: Function modifier key.

121: KEYCODE_BREAK

描述: Key code constant: Break / Pause key.

122: KEYCODE_MOVE_HOME

描述: 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.

123: KEYCODE_MOVE_END

描述: 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.

124: KEYCODE_INSERT

描述: Key code constant: Insert key. Toggles insert / overwrite edit mode.

126: KEYCODE_MEDIA_PLAY

描述: Key code constant: Play media key.

127: KEYCODE_MEDIA_PAUSE

描述: Key code constant: Pause media key.

128: KEYCODE_MEDIA_CLOSE

描述: Key code constant: Close media key. May be used to close a CD tray, for example.

129: KEYCODE_MEDIA_EJECT

描述: Key code constant: Eject media key. May be used to eject a CD tray, for example.

130: KEYCODE_MEDIA_RECORD

描述: Key code constant: Record media key.

131: KEYCODE_F1

描述: Key code constant: F1 key.

132: KEYCODE_F2

描述: Key code constant: F2 key.

133: KEYCODE_F3

描述: Key code constant: F3 key.

134: KEYCODE_F4

描述: Key code constant: F4 key.

135: KEYCODE_F5

描述: Key code constant: F5 key.

136: KEYCODE_F6

描述: Key code constant: F6 key.

137: KEYCODE_F7

描述: Key code constant: F7 key.

138: KEYCODE_F8

描述: Key code constant: F8 key.

139: KEYCODE_F9

描述: Key code constant: F9 key.

140: KEYCODE_F10

描述: Key code constant: F10 key.

141: KEYCODE_F11

描述: Key code constant: F11 key.

142: KEYCODE_F12

描述: Key code constant: F12 key.

144: KEYCODE_NUMPAD_0

描述: Key code constant: Numeric keypad '0' key.

145: KEYCODE_NUMPAD_1

描述: Key code constant: Numeric keypad '1' key.

146: KEYCODE_NUMPAD_2

描述: Key code constant: Numeric keypad '2' key.

147: KEYCODE_NUMPAD_3

描述: Key code constant: Numeric keypad '3' key.

148: KEYCODE_NUMPAD_4

描述: Key code constant: Numeric keypad '4' key.

149: KEYCODE_NUMPAD_5

描述: Key code constant: Numeric keypad '5' key.

150: KEYCODE_NUMPAD_6

描述: Key code constant: Numeric keypad '6' key.

151: KEYCODE_NUMPAD_7

描述: Key code constant: Numeric keypad '7' key.

152: KEYCODE_NUMPAD_8

描述: Key code constant: Numeric keypad '8' key.

153: KEYCODE_NUMPAD_9

描述: Key code constant: Numeric keypad '9' key.

154: KEYCODE_NUMPAD_DIVIDE

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

155: KEYCODE_NUMPAD_MULTIPLY

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

156: KEYCODE_NUMPAD_SUBTRACT

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

157: KEYCODE_NUMPAD_ADD

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

158: KEYCODE_NUMPAD_DOT

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

159: KEYCODE_NUMPAD_COMMA

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

160: KEYCODE_NUMPAD_ENTER

描述: Key code constant: Numeric keypad Enter key.

161: KEYCODE_NUMPAD_EQUALS

描述: Key code constant: Numeric keypad '=' key.

162: KEYCODE_NUMPAD_LEFT_PAREN

描述: Key code constant: Numeric keypad '(' key.

163: KEYCODE_NUMPAD_RIGHT_PAREN

描述: Key code constant: Numeric keypad ')' key.

165: KEYCODE_INFO

描述: Key code constant: Info key. Common on TV remotes to show additional information related to what is currently being viewed.

166: KEYCODE_CHANNEL_UP

描述: Key code constant: Channel up key. On TV remotes, increments the television channel.

167: KEYCODE_CHANNEL_DOWN

描述: Key code constant: Channel down key. On TV remotes, decrements the television channel.

168: KEYCODE_ZOOM_IN

描述: Key code constant: Zoom in key.

169: KEYCODE_ZOOM_OUT

描述: Key code constant: Zoom out key.

170: KEYCODE_TV

描述: Key code constant: TV key. On TV remotes, switches to viewing live TV.

171: KEYCODE_WINDOW

描述: 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.

172: KEYCODE_GUIDE

描述: Key code constant: Guide key. On TV remotes, shows a programming guide.

173: KEYCODE_DVR

描述: Key code constant: DVR key. On some TV remotes, switches to a DVR mode for recorded shows.

174: KEYCODE_BOOKMARK

描述: Key code constant: Bookmark key. On some TV remotes, bookmarks content or web pages.

175: KEYCODE_CAPTIONS

描述: Key code constant: Toggle captions key. Switches the mode for closed-captioning text, for example during television shows.

176: KEYCODE_SETTINGS

描述: Key code constant: Settings key. Starts the system settings activity.

177: KEYCODE_TV_POWER

描述: Key code constant: TV power key. On HDMI TV panel devices and Android TV devices that don't support HDMI, toggles the power state of the device. On HDMI source devices, toggles the power state of the HDMI-connected TV via HDMI-CEC and makes the source device follow this power state.

178: KEYCODE_TV_INPUT

描述: Key code constant: TV input key. On TV remotes, switches the input on a television screen.

179: KEYCODE_STB_POWER

描述: Key code constant: Set-top-box power key. On TV remotes, toggles the power on an external Set-top-box.

180: KEYCODE_STB_INPUT

描述: Key code constant: Set-top-box input key. On TV remotes, switches the input mode on an external Set-top-box.

181: KEYCODE_AVR_POWER

描述: Key code constant: A/V Receiver power key. On TV remotes, toggles the power on an external A/V Receiver.

182: KEYCODE_AVR_INPUT

描述: Key code constant: A/V Receiver input key. On TV remotes, switches the input mode on an external A/V Receiver.

183: KEYCODE_PROG_RED

描述: Key code constant: Red "programmable" key. On TV remotes, acts as a contextual/programmable key.

184: KEYCODE_PROG_GREEN

描述: Key code constant: Green "programmable" key. On TV remotes, actsas a contextual/programmable key.

185: KEYCODE_PROG_YELLOW

描述: Key code constant: Yellow "programmable" key. On TV remotes, acts as a contextual/programmable key.

186: KEYCODE_PROG_BLUE

描述: Key code constant: Blue "programmable" key. On TV remotes, acts as a contextual/programmable key.

187: KEYCODE_APP_SWITCH

描述: Key code constant: App switch key. Should bring up the application switcher dialog.

188: KEYCODE_BUTTON_1

描述: Key code constant: Generic Game Pad Button #1.

189: KEYCODE_BUTTON_2

描述: Key code constant: Generic Game Pad Button #2.

190: KEYCODE_BUTTON_3

描述: Key code constant: Generic Game Pad Button #3.

191: KEYCODE_BUTTON_4

描述: Key code constant: Generic Game Pad Button #4.

192: KEYCODE_BUTTON_5

描述: Key code constant: Generic Game Pad Button #5.

193: KEYCODE_BUTTON_6

描述: Key code constant: Generic Game Pad Button #6.

194: KEYCODE_BUTTON_7

描述: Key code constant: Generic Game Pad Button #7.

195: KEYCODE_BUTTON_8

描述: Key code constant: Generic Game Pad Button #8.

196: KEYCODE_BUTTON_9

描述: Key code constant: Generic Game Pad Button #9.

197: KEYCODE_BUTTON_10

描述: Key code constant: Generic Game Pad Button #10.

198: KEYCODE_BUTTON_11

描述: Key code constant: Generic Game Pad Button #11.

199: KEYCODE_BUTTON_12

描述: Key code constant: Generic Game Pad Button #12.

200: KEYCODE_BUTTON_13

描述: Key code constant: Generic Game Pad Button #13.

201: KEYCODE_BUTTON_14

描述: Key code constant: Generic Game Pad Button #14.

202: KEYCODE_BUTTON_15

描述: Key code constant: Generic Game Pad Button #15.

203: KEYCODE_BUTTON_16

描述: Key code constant: Generic Game Pad Button #16.

204: KEYCODE_LANGUAGE_SWITCH

描述: 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.

205: KEYCODE_MANNER_MODE

描述: 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.

206: KEYCODE_3D_MODE

描述: Key code constant: 3D Mode key. Toggles the display between 2D and 3D mode.

207: KEYCODE_CONTACTS

描述: Key code constant: Contacts special function key. Used to launch an address book application.

208: KEYCODE_CALENDAR

描述: Key code constant: Calendar special function key. Used to launch a calendar application.

209: KEYCODE_MUSIC

描述: Key code constant: Music special function key. Used to launch a music player application.

210: KEYCODE_CALCULATOR

描述: Key code constant: Calculator special function key. Used to launch a calculator application.

211: KEYCODE_ZENKAKU_HANKAKU

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

212: KEYCODE_EISU

描述: Key code constant: Japanese alphanumeric key.

213: KEYCODE_MUHENKAN

描述: Key code constant: Japanese non-conversion key.

214: KEYCODE_HENKAN

描述: Key code constant: Japanese conversion key.

215: KEYCODE_KATAKANA_HIRAGANA

描述: Key code constant: Japanese katakana / hiragana key.

216: KEYCODE_YEN

描述: Key code constant: Japanese Yen key.

217: KEYCODE_RO

描述: Key code constant: Japanese Ro key.

218: KEYCODE_KANA

描述: Key code constant: Japanese kana key.

219: KEYCODE_ASSIST

描述: Key code constant: Assist key. Launches the global assist activity. Not delivered to applications.

220: KEYCODE_BRIGHTNESS_DOWN

描述: Key code constant: Brightness Down key. Adjusts the screen brightness down.

221: KEYCODE_BRIGHTNESS_UP

描述: Key code constant: Brightness Up key. Adjusts the screen brightness up.

222: KEYCODE_MEDIA_AUDIO_TRACK

描述: Key code constant: Audio Track key. Switches the audio tracks.

225: KEYCODE_PAIRING

描述: 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.

226: KEYCODE_MEDIA_TOP_MENU

描述: Key code constant: Media Top Menu key. Goes to the top of media menu.

227: KEYCODE_11

描述: Key code constant: '11' key.

228: KEYCODE_12

描述: Key code constant: '12' key.

229: KEYCODE_LAST_CHANNEL

描述: Key code constant: Last Channel key. Goes to the last viewed channel.

230: KEYCODE_TV_DATA_SERVICE

描述: Key code constant: TV data service key. Displays data services like weather, sports.

231: KEYCODE_VOICE_ASSIST

描述: Key code constant: Voice Assist key. Launches the global voice assist activity. Not delivered to applications.

232: KEYCODE_TV_RADIO_SERVICE

描述: Key code constant: Radio key. Toggles TV service / Radio service.

233: KEYCODE_TV_TELETEXT

描述: Key code constant: Teletext key. Displays Teletext service.

234: KEYCODE_TV_NUMBER_ENTRY

描述: 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.

235: KEYCODE_TV_TERRESTRIAL_ANALOG

描述: Key code constant: Analog Terrestrial key. Switches to analog terrestrial broadcast service.

236: KEYCODE_TV_TERRESTRIAL_DIGITAL

描述: Key code constant: Digital Terrestrial key. Switches to digital terrestrial broadcast service.

237: KEYCODE_TV_SATELLITE

描述: Key code constant: Satellite key. Switches to digital satellite broadcast service.

238: KEYCODE_TV_SATELLITE_BS

描述: Key code constant: BS key. Switches to BS digital satellite broadcasting service available in Japan.

239: KEYCODE_TV_SATELLITE_CS

描述: Key code constant: CS key. Switches to CS digital satellite broadcasting service available in Japan.

240: KEYCODE_TV_SATELLITE_SERVICE

描述: Key code constant: BS/CS key. Toggles between BS and CS digital satellite services.

241: KEYCODE_TV_NETWORK

描述: Key code constant: Toggle Network key. Toggles selecting broacast services.

242: KEYCODE_TV_ANTENNA_CABLE

描述: Key code constant: Antenna/Cable key. Toggles broadcast input source between antenna and cable.

243: KEYCODE_TV_INPUT_HDMI_1

描述: Key code constant: HDMI #1 key. Switches to HDMI input #1.

244: KEYCODE_TV_INPUT_HDMI_2

描述: Key code constant: HDMI #2 key. Switches to HDMI input #2.

245: KEYCODE_TV_INPUT_HDMI_3

描述: Key code constant: HDMI #3 key. Switches to HDMI input #3.

246: KEYCODE_TV_INPUT_HDMI_4

描述: Key code constant: HDMI #4 key. Switches to HDMI input #4.

247: KEYCODE_TV_INPUT_COMPOSITE_1

描述: Key code constant: Composite #1 key. Switches to composite video input #1.

248: KEYCODE_TV_INPUT_COMPOSITE_2

描述: Key code constant: Composite #2 key. Switches to composite video input #2.

249: KEYCODE_TV_INPUT_COMPONENT_1

描述: Key code constant: Component #1 key. Switches to component video input #1.

250: KEYCODE_TV_INPUT_COMPONENT_2

描述: Key code constant: Component #2 key. Switches to component video input #2.

251: KEYCODE_TV_INPUT_VGA_1

描述: Key code constant: VGA #1 key. Switches to VGA (analog RGB) input #1.

252: KEYCODE_TV_AUDIO_DESCRIPTION

描述: Key code constant: Audio description key. Toggles audio description off / on.

253: KEYCODE_TV_AUDIO_DESCRIPTION_MIX_UP

描述: Key code constant: Audio description mixing volume up key. Louden audio description volume as compared with normal audio volume.

254: KEYCODE_TV_AUDIO_DESCRIPTION_MIX_DOWN

描述: Key code constant: Audio description mixing volume down key. Lessen audio description volume as compared with normal audio volume.

255: KEYCODE_TV_ZOOM_MODE

描述: Key code constant: Zoom mode key. Changes Zoom mode (Normal, Full, Zoom, Wide-zoom, etc.)

256: KEYCODE_TV_CONTENTS_MENU

描述: Key code constant: Contents menu key. Goes to the title list. Corresponds to Contents Menu (0x0B) of CEC User Control Code

257: KEYCODE_TV_MEDIA_CONTEXT_MENU

描述: 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.

258: KEYCODE_TV_TIMER_PROGRAMMING

描述: Key code constant: Timer programming key. Goes to the timer recording menu. Corresponds to Timer Programming (0x54) of CEC User Control Code.

259: KEYCODE_HELP

描述: Key code constant: Help key.

260: KEYCODE_NAVIGATE_PREVIOUS

描述: Key code constant: Navigate to previous key. Goes backward by one item in an ordered collection of items.

261: KEYCODE_NAVIGATE_NEXT

描述: Key code constant: Navigate to next key. Advances to the next item in an ordered collection of items.

262: KEYCODE_NAVIGATE_IN

描述: Key code constant: Navigate in key. Activates the item that currently has focus or expands to the next level of a navigation hierarchy.

263: KEYCODE_NAVIGATE_OUT

描述: Key code constant: Navigate out key. Backs out one level of a navigation hierarchy or collapses the item that currently has focus.

264: KEYCODE_STEM_PRIMARY

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

265: KEYCODE_STEM_1

描述: Key code constant: Generic stem key 1 for Wear

266: KEYCODE_STEM_2

描述: Key code constant: Generic stem key 2 for Wear

267: KEYCODE_STEM_3

描述: Key code constant: Generic stem key 3 for Wear

268: KEYCODE_DPAD_UP_LEFT

描述: Key code constant: Directional Pad Up-Left

269: KEYCODE_DPAD_DOWN_LEFT

描述: Key code constant: Directional Pad Down-Left

270: KEYCODE_DPAD_UP_RIGHT

描述: Key code constant: Directional Pad Up-Right

271: KEYCODE_DPAD_DOWN_RIGHT

描述: Key code constant: Directional Pad Down-Right

272: KEYCODE_MEDIA_SKIP_FORWARD

描述: Key code constant: Skip forward media key.

273: KEYCODE_MEDIA_SKIP_BACKWARD

描述: Key code constant: Skip backward media key.

274: KEYCODE_MEDIA_STEP_FORWARD

描述: Key code constant: Step forward media key. Steps media forward, one frame at a time.

275: KEYCODE_MEDIA_STEP_BACKWARD

描述: Key code constant: Step backward media key. Steps media backward, one frame at a time.

276: KEYCODE_SOFT_SLEEP

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

277: KEYCODE_CUT

描述: Key code constant: Cut key.

278: KEYCODE_COPY

描述: Key code constant: Copy key.

279: KEYCODE_PASTE

描述: Key code constant: Paste key.

280: KEYCODE_SYSTEM_NAVIGATION_UP

描述: Key code constant: Consumed by the system for navigation up

281: KEYCODE_SYSTEM_NAVIGATION_DOWN

描述: Key code constant: Consumed by the system for navigation down

282: KEYCODE_SYSTEM_NAVIGATION_LEFT

描述: Key code constant: Consumed by the system for navigation left

283: KEYCODE_SYSTEM_NAVIGATION_RIGHT

描述: Key code constant: Consumed by the system for navigation right

284: KEYCODE_ALL_APPS

描述: Key code constant: Show all apps

285: KEYCODE_REFRESH

描述: Key code constant: Refresh key.

286: KEYCODE_THUMBS_UP

描述: Key code constant: Thumbs up key. Apps can use this to let user upvote content.

287: KEYCODE_THUMBS_DOWN

描述: Key code constant: Thumbs down key. Apps can use this to let user downvote content.

289: KEYCODE_VIDEO_APP_1

描述: Key code constant: Video Application key #1.

290: KEYCODE_VIDEO_APP_2

描述: Key code constant: Video Application key #2.

291: KEYCODE_VIDEO_APP_3

描述: Key code constant: Video Application key #3.

292: KEYCODE_VIDEO_APP_4

描述: Key code constant: Video Application key #4.

293: KEYCODE_VIDEO_APP_5

描述: Key code constant: Video Application key #5.

294: KEYCODE_VIDEO_APP_6

描述: Key code constant: Video Application key #6.

295: KEYCODE_VIDEO_APP_7

描述: Key code constant: Video Application key #7.

296: KEYCODE_VIDEO_APP_8

描述: Key code constant: Video Application key #8.

297: KEYCODE_FEATURED_APP_1

描述: Key code constant: Featured Application key #1.

298: KEYCODE_FEATURED_APP_2

描述: Key code constant: Featured Application key #2.

299: KEYCODE_FEATURED_APP_3

描述: Key code constant: Featured Application key #3.

300: KEYCODE_FEATURED_APP_4

描述: Key code constant: Featured Application key #4.

301: KEYCODE_DEMO_APP_1

描述: Key code constant: Demo Application key #1.

302: KEYCODE_DEMO_APP_2

描述: Key code constant: Demo Application key #2.

303: KEYCODE_DEMO_APP_3

描述: Key code constant: Demo Application key #3.

304: KEYCODE_DEMO_APP_4

描述: Key code constant: Demo Application key #4.

305: KEYCODE_KEYBOARD_BACKLIGHT_DOWN

描述: Key code constant: Keyboard backlight down

306: KEYCODE_KEYBOARD_BACKLIGHT_UP

描述: Key code constant: Keyboard backlight up

307: KEYCODE_KEYBOARD_BACKLIGHT_TOGGLE

描述: Key code constant: Keyboard backlight toggle

308: KEYCODE_STYLUS_BUTTON_PRIMARY

描述: Key code constant: The primary button on the barrel of a stylus. This is usually the button closest to the tip of the stylus.

309: KEYCODE_STYLUS_BUTTON_SECONDARY

描述: Key code constant: The secondary button on the barrel of a stylus. This is usually the second button from the tip of the stylus.

310: KEYCODE_STYLUS_BUTTON_TERTIARY

描述: Key code constant: The tertiary button on the barrel of a stylus. This is usually the third button from the tip of the stylus.

311: KEYCODE_STYLUS_BUTTON_TAIL

描述: Key code constant: A button on the tail end of a stylus. The use of this button does not usually correspond to the function of an eraser.

312: KEYCODE_RECENT_APPS

描述: Key code constant: To open recent apps view (a.k.a. Overview). This key is handled by the framework and is never delivered to applications.

313: KEYCODE_MACRO_1

描述: Key code constant: A button whose usage can be customized by the user through the system. User customizable key #1.

314: KEYCODE_MACRO_2

描述: Key code constant: A button whose usage can be customized by the user through the system. User customizable key #2.

315: KEYCODE_MACRO_3

描述: Key code constant: A button whose usage can be customized by the user through the system. User customizable key #3.

316: KEYCODE_MACRO_4

描述: Key code constant: A button whose usage can be customized by the user through the system. User customizable key #4.

317: KEYCODE_EMOJI_PICKER

描述: Key code constant: To open emoji picker

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 202,009评论 5 474
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 84,808评论 2 378
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 148,891评论 0 335
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,283评论 1 272
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,285评论 5 363
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,409评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 37,809评论 3 393
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,487评论 0 256
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 40,680评论 1 295
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,499评论 2 318
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,548评论 1 329
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,268评论 4 318
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 38,815评论 3 304
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,872评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,102评论 1 258
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 42,683评论 2 348
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,253评论 2 341

推荐阅读更多精彩内容