当前位置:   article > 正文

Android keyevent值中文表_android keyevent

android keyevent

通过adb 执行 ‘ input keyevent  键值号’ 指令可以实现自动化

Keyevent类 值中文对照表

  1. / **密钥代码常量:未知密钥代码。 * /
  2.     public static final int KEYCODE_UNKNOWN = 0;
  3.     / **键码常量:软左键。
  4.      *通常位于手机显示屏下方,用作多功能
  5.      *功能键,用于选择左下方显示的软件定义功能
  6.      *显示屏。 * /
  7.     public static final int KEYCODE_SOFT_LEFT = 1;
  8.     / **键码常量:软右键。
  9.      *通常位于手机显示屏下方,用作多功能
  10.      *功能键,用于选择右下方显示的软件定义功能
  11.      *显示屏。 * /
  12.     public static final int KEYCODE_SOFT_RIGHT = 2;
  13.     / **密钥代码常量:Home键。
  14.      *此密钥由框架处理,永远不会传递给应用程序。 * /
  15.     public static final int KEYCODE_HOME = 3;
  16.     / **密钥代码常量:返回密钥。 * /
  17.     public static final int KEYCODE_BACK = 4;
  18.     / **密钥代码常量:呼叫密钥。 * /
  19.     public static final int KEYCODE_CALL = 5;
  20.     / **密钥代码常量:结束呼叫密钥。 * /
  21.     public static final int KEYCODE_ENDCALL = 6;
  22.     / **键码常量:'0'键。 * /
  23.     public static final int KEYCODE_0 = 7;
  24.     / **密钥代码常量:'1'密钥。 * /
  25.     public static final int KEYCODE_1 = 8;
  26.     / **密钥代码常量:'2'密钥。 * /
  27.     public static final int KEYCODE_2 = 9;
  28.     / **密钥代码常量:'3'密钥。 * /
  29.     public static final int KEYCODE_3 = 10;
  30.     / **密钥代码常量:'4'密钥。 * /
  31.     public static final int KEYCODE_4 = 11;
  32.     / **密钥代码常量:'5'密钥。 * /
  33.     public static final int KEYCODE_5 = 12;
  34.     / **密钥代码常量:'6'密钥。 * /
  35.     public static final int KEYCODE_6 = 13;
  36.     / **键码常量:'7'键。 * /
  37.     public static final int KEYCODE_7 = 14;
  38.     / **键码常量:'8'键。 * /
  39.     public static final int KEYCODE_8 = 15;
  40.     / **键码常量:'9'键。 * /
  41.     public static final int KEYCODE_9 = 16;
  42.     / **密钥代码常量:'*'键。 * /
  43.     public static final int KEYCODE_STAR = 17;
  44.     / **密钥代码常量:'#'键。 * /
  45.     public static final int KEYCODE_POUND = 18;
  46.     / **键码常量:Directional Pad Up键。
  47.      *也可以通过轨迹球运动合成。 * /
  48.     public static final int KEYCODE_DPAD_UP = 19;
  49.     / **键码常量:Directional Pad Down键。
  50.      *也可以通过轨迹球运动合成。 * /
  51.     public static final int KEYCODE_DPAD_DOWN = 20;
  52.     / **键码常量:Directional Pad左键。
  53.      *也可以通过轨迹球运动合成。 * /
  54.     public static final int KEYCODE_DPAD_LEFT = 21;
  55.     / **键码常量:Directional Pad右键。
  56.      *也可以通过轨迹球运动合成。 * /
  57.     public static final int KEYCODE_DPAD_RIGHT = 22;
  58.     / **键码常量:Directional Pad Center键。
  59.      *也可以通过轨迹球运动合成。 * /
  60.     public static final int KEYCODE_DPAD_CENTER = 23;
  61.     / **键码常量:音量增大键。
  62.      *调高扬声器音量。 * /
  63.     public static final int KEYCODE_VOLUME_UP = 24;
  64.     / **键码常量:降低音量键。
  65.      *调低扬声器音量。 * /
  66.     public static final int KEYCODE_VOLUME_DOWN = 25;
  67.     / **密钥代码常量:电源键。 * /
  68.     public static final int KEYCODE_POWER = 26;
  69.     / **键码常量:相机键。
  70.      *用于启动相机应用程序或拍照。 * /
  71.     public static final int KEYCODE_CAMERA = 27;
  72.     / **密钥代码常量:清除密钥。 * /
  73.     public static final int KEYCODE_CLEAR = 28;
  74.     / **密钥代码常量:'A'密钥。 * /
  75.     public static final int KEYCODE_A = 29;
  76.     / **密钥代码常量:'B'密钥。 * /
  77.     public static final int KEYCODE_B = 30;
  78.     / **密钥代码常量:'C'密钥。 * /
  79.     public static final int KEYCODE_C = 31;
  80.     / **密钥代码常量:'D'键。 * /
  81.     public static final int KEYCODE_D = 32;
  82.     / **密钥代码常量:'E'键。 * /
  83.     public static final int KEYCODE_E = 33;
  84.     / **键码常量:'F'键。 * /
  85.     public static final int KEYCODE_F = 34;
  86.     / **键码常量:'G'键。 * /
  87.     public static final int KEYCODE_G = 35;
  88.     / **密钥代码常量:'H'键。 * /
  89.     public static final int KEYCODE_H = 36;
  90.     / **密钥代码常量:'我'密钥。 * /
  91.     public static final int KEYCODE_I = 37;
  92.     / **键码常量:'J'键。 * /
  93.     public static final int KEYCODE_J = 38;
  94.     / **密钥代码常量:'K'密钥。 * /
  95.     public static final int KEYCODE_K = 39;
  96.     / **键码常量:'L'键。 * /
  97.     public static final int KEYCODE_L = 40;
  98. / **密钥代码常量:'M'键。 * /
  99.     public static final int KEYCODE_M = 41;
  100.     / **密钥代码常量:'N'键。 * /
  101.     public static final int KEYCODE_N = 42;
  102.     / **密钥代码常量:'O'键。 * /
  103.     public static final int KEYCODE_O = 43;
  104.     / **键码常量:'P'键。 * /
  105.     public static final int KEYCODE_P = 44;
  106.     / **密钥代码常量:'Q'键。 * /
  107.     public static final int KEYCODE_Q = 45;
  108.     / **键码常量:'R'键。 * /
  109.     public static final int KEYCODE_R = 46;
  110.     / **密钥代码常量:'S'密钥。 * /
  111.     public static final int KEYCODE_S = 47;
  112.     / **密钥代码常量:'T'键。 * /
  113.     public static final int KEYCODE_T = 48;
  114.     / **密钥代码常量:'U'键。 * /
  115.     public static final int KEYCODE_U = 49;
  116.     / **键码常量:'V'键。 * /
  117.     public static final int KEYCODE_V = 50;
  118.     / **密钥代码常量:'W'键。 * /
  119.     public static final int KEYCODE_W = 51;
  120.     / **键码常量:'X'键。 * /
  121.     public static final int KEYCODE_X = 52;
  122.     / **键码常量:'Y'键。 * /
  123.     public static final int KEYCODE_Y = 53;
  124.     / **键码常量:'Z'键。 * /
  125.     public static final int KEYCODE_Z = 54;
  126.     / **键码常量:','键。 * /
  127.     public static final int KEYCODE_COMMA = 55;
  128.     / **密钥代码常量:'。'键。 * /
  129.     public static final int KEYCODE_PERIOD = 56;
  130.     / **键码常量:左Alt键修饰键。 * /
  131.     public static final int KEYCODE_ALT_LEFT = 57;
  132.     / **键码常量:右Alt键修饰键。 * /
  133.     public static final int KEYCODE_ALT_RIGHT = 58;
  134.     / **键码常量:左移键控键。 * /
  135.     public static final int KEYCODE_SHIFT_LEFT = 59;
  136.     / **键码常量:右移键控键。 * /
  137.     public static final int KEYCODE_SHIFT_RIGHT = 60;
  138.     / **密钥代码常量:Tab键。 * /
  139.     public static final int KEYCODE_TAB = 61;
  140.     / **密钥代码常量:空格键。 * /
  141.     public static final int KEYCODE_SPACE = 62;
  142.     / **键码常量:符号修饰键。
  143.      *用于输入备用符号。 * /
  144.     public static final int KEYCODE_SYM = 63;
  145.     / **键码常量:Explorer特殊功能键。
  146.      *用于启动浏览器应用程序。 * /
  147.     public static final int KEYCODE_EXPLORER = 64;
  148.     / **密钥代码常量:信封特殊功能键。
  149.      *用于启动邮件应用程序。 * /
  150.     public static final int KEYCODE_ENVELOPE = 65;
  151.     / **密钥代码常量:输入密钥。 * /
  152.     public static final int KEYCODE_ENTER = 66;
  153.     / **密钥代码常量:退格键。
  154.      *与{@link #KEYCODE_FORWARD_DEL}不同,删除插入点之前的字符。 * /
  155.     public static final int KEYCODE_DEL = 67;
  156.     / **键码常量:'''(反引号)键。 * /
  157.     public static final int KEYCODE_GRAVE = 68;
  158.     / **密钥代码常量:' - '。 * /
  159.     public static final int KEYCODE_MINUS = 69;
  160.     / **密钥代码常量:'='密钥。 * /
  161.     public static final int KEYCODE_EQUALS = 70;
  162.     / **密钥代码常量:'['密钥。 * /
  163.     public static final int KEYCODE_LEFT_BRACKET = 71;
  164.     / **密钥代码常量:']'密钥。 * /
  165.     public static final int KEYCODE_RIGHT_BRACKET = 72;
  166.     / **密钥代码常量:'\'密钥。 * /
  167.     public static final int KEYCODE_BACKSLASH = 73;
  168.     / **密钥代码常量:';'键。 * /
  169.     public static final int KEYCODE_SEMICOLON = 74;
  170.     / **密钥代码常量:'''(撇号)键。 * /
  171.     public static final int KEYCODE_APO​​STROPHE = 75;
  172.     / **密钥代码常量:'/'键。 * /
  173.     public static final int KEYCODE_SLASH = 76;
  174.     / **键码常量:'@'键。 * /
  175.     public static final int KEYCODE_AT = 77;
  176.     / **键码常量:数字修饰键。
  177.      *用于输入数字符号。
  178.      *此密钥不是Num Lock;它更像是{@link #KEYCODE_ALT_LEFT}而且是
  179.      *由{@link android.text.method.MetaKeyKeyListener}解释为ALT键。 * /
  180.     public static final int KEYCODE_NUM = 78;
  181.     / **键码常量:耳机挂钩键。
  182.      *用于挂断电话和停止媒体。 * /
  183.     public static final int KEYCODE_HEADSETHOOK = 79;
  184.     / **键码常量:Camera Focus键。
  185.      *用于聚焦相机。 * /
  186.     public static final int KEYCODE_FOCUS = 80; // *相机*焦点
  187. / **密钥代码常量:'+'键。 * /
  188.     public static final int KEYCODE_PLUS = 81;
  189.     / **键码常量:菜单键。 * /
  190.     public static final int KEYCODE_MENU = 82;
  191.     / **密钥代码常量:通知密钥。 * /
  192.     public static final int KEYCODE_NOTIFICATION = 83;
  193.     / **密钥代码常量:搜索密钥。 * /
  194.     public static final int KEYCODE_SEARCH = 84;
  195.     / **键码常量:播放/暂停媒体键。 * /
  196.     public static final int KEYCODE_MEDIA_PLAY_PAUSE = 85;
  197.     / **密钥代码常量:停止媒体密钥。 * /
  198.     public static final int KEYCODE_MEDIA_STOP = 86;
  199.     / **密钥代码常量:播放下一个媒体密钥。 * /
  200.     public static final int KEYCODE_MEDIA_NEXT = 87;
  201.     / **密钥代码常量:播放以前的媒体密钥。 * /
  202.     public static final int KEYCODE_MEDIA_PREVIOUS = 88;
  203.     / **键码常量:倒带媒体键。 * /
  204.     public static final int KEYCODE_MEDIA_REWIND = 89;
  205.     / **密钥代码常量:快进媒体密钥。 * /
  206.     public static final int KEYCODE_MEDIA_FAST_FORWARD = 90;
  207.     / **键码常量:静音键。
  208.      *与{@link #KEYCODE_VOLUME_MUTE}不同,使麦克风静音。 * /
  209.     public static final int KEYCODE_MUTE = 91;
  210.     / **密钥代码常量:Page Up键。 * /
  211.     public static final int KEYCODE_PAGE_UP = 92;
  212.     / **键码常量:Page Down键。 * /
  213.     public static final int KEYCODE_PAGE_DOWN = 93;
  214.     / **键码常量:图片符号修饰键。
  215.      *用于切换符号集(表情符号,Kao-moji)。 * /
  216.     public static final int KEYCODE_PICTSYMBOLS = 94; //切换符号集(Emoji,Kao-moji)
  217.     / **密钥代码常量:Switch Charset修饰键。
  218.      *用于切换字符集(汉字,片假名)。 * /
  219.     public static final int KEYCODE_SWITCH_CHARSET = 95; //切换字符集(汉字,片假名)
  220.     / **密钥代码常量:一个Button键。
  221.      *在游戏控制器上,A按钮应该是标有A的按钮
  222.      *或控制器按钮底行的第一个按钮。 * /
  223.     public static final int KEYCODE_BUTTON_A = 96;
  224.     / **键码常量:B键键。
  225.      *在游戏控制器上,B按钮应该是标有B的按钮
  226.      *或控制器按钮底行的第二个按钮。 * /
  227.     public static final int KEYCODE_BUTTON_B = 97;
  228.     / **键码常量:C键键。
  229.      *在游戏控制器上,C按钮应该是标有C的按钮
  230.      *或控制器按钮底行的第三个按钮。 * /
  231.     public static final int KEYCODE_BUTTON_C = 98;
  232.     / **键码常量:X键键。
  233.      *在游戏控制器上,X按钮应该是标有X的按钮
  234.      *或控制器按钮上排的第一个按钮。 * /
  235.     public static final int KEYCODE_BUTTON_X = 99;
  236.     / **键码常量:Y键键。
  237.      *在游戏控制器上,Y按钮应该是标记为Y的按钮
  238.      *或控制器按钮上排的第二个按钮。 * /
  239.     public static final int KEYCODE_BUTTON_Y = 100;
  240.     / **键码常量:Z键键。
  241.      *在游戏控制器上,Z按钮应该是标有Z的按钮
  242.      *或控制器按钮上排的第三个按钮。 * /
  243.     public static final int KEYCODE_BUTTON_Z = 101;
  244.     / **键码常量:L1键键。
  245.      *在游戏控制器上,L1按钮应该是标记为L1(或L)的按钮
  246.      *或左上角的触发按钮。 * /
  247.     public static final int KEYCODE_BUTTON_L1 = 102;
  248.     / **键码常量:R1键键。
  249.      *在游戏控制器上,R1按钮应该是标有R1(或R)的按钮
  250.      *或右上角的触发按钮。 * /
  251.     public static final int KEYCODE_BUTTON_R1 = 103;
  252.     / **键码常量:L2键键。
  253.      *在游戏控制器上,L2按钮应该是标记为L2的按钮
  254.      *或左下方的触发按钮。 * /
  255.     public static final int KEYCODE_BUTTON_L2 = 104;
  256.     / **密钥代码常量:R2按钮键。
  257.      *在游戏控制器上,R2按钮应该是标有R2的按钮
  258.      *或右下方的触发按钮。 * /
  259.     public static final int KEYCODE_BUTTON_R2 = 105;
  260.     / **键码常量:左拇指按键。
  261.      *在游戏控制器上,左侧拇指按钮表示左侧(或仅)
  262.      *按下操纵杆。 * /
  263.     public static final int KEYCODE_BUTTON_THUMBL = 106;
  264.     / **键码常量:右拇指按键。
  265.      *在游戏控制器上,右侧拇指按钮表示右侧
  266.      *按下操纵杆。 * /
  267.     public static final int KEYCODE_BUTTON_THUMBR = 107;
  268.     / **键码常量:开始键键。
  269.      *在游戏控制器上,标有“开始”的按钮。 * /
  270.     public static final int KEYCODE_BUTTON_START = 108;
  271.     / **密钥代码常量:选择按钮键。
  272.      *在游戏控制器上,标有选择的按钮。 * /
  273.     public static final int KEYCODE_BUTTON_SELECT = 109;
  274.     / **键码常量:模式键按键。
  275.      *在游戏控制器上,标有模式的按钮。 * /
  276.     public static final int KEYCODE_BUTTON_MODE = 110;
  277.     / **键码常量:退出键。 * /
  278.     public static final int KEYCODE_ESCAPE = 111;
  279.     / **密钥代码常量:转发删除密钥。
  280.      *与{@link #KEYCODE_DEL}不同,删除插入点之前的字符。 * /
  281.     public static final int KEYCODE_FORWARD_DEL = 112;
  282.     / **键码常量:左控制修改键。 * /
  283.     public static final int KEYCODE_CTRL_LEFT = 113;
  284.     / **密钥代码常量:右控制修改键。 * /
  285.     public static final int KEYCODE_CTRL_RIGHT = 114;
  286.     / **密钥代码常量:大写锁定密钥。 * /
  287.     public static final int KEYCODE_CAPS_LOCK = 115;
  288.     / **键码常量:Scroll Lock键。 * /
  289.     public static final int KEYCODE_SCROLL_LOCK = 116;
  290.     / **键码常量:左元修饰键。 * /
  291.     public static final int KEYCODE_META_LEFT = 117;
  292.     / **键码常量:右元修饰键。 * /
  293.     public static final int KEYCODE_META_RIGHT = 118;
  294.     / **键码常量:功能修饰键。 * /
  295.     public static final int KEYCODE_FUNCTION = 119;
  296.     / **密钥代码常量:系统请求/打印屏幕键。 * /
  297.     public static final int KEYCODE_SYSRQ = 120;
  298.     / **密钥代码常量:中断/暂停键。 * /
  299.     public static final int KEYCODE_BREAK = 121;
  300.     / **密钥代码常量:Home Movement键。
  301.      *用于滚动或将光标移动到行的开头
  302.      *或列表顶部。 * /
  303.     public static final int KEYCODE_MOVE_HOME = 122;
  304.     / **键码常量:结束移动键。
  305.      *用于滚动或将光标移动到一行的末尾
  306.      *或列表的底部。 * /
  307.     public static final int KEYCODE_MOVE_END = 123;
  308.     / **密钥代码常量:插入密钥。
  309.      *切换插入/覆盖编辑模式。 * /
  310.     public static final int KEYCODE_INSERT = 124;
  311.     / **密钥代码常量:转发密钥。
  312.      *在历史堆栈中向前导航。 {@link #KEYCODE_BACK}的补充。 * /
  313.     public static final int KEYCODE_FORWARD = 125;
  314.     / **键码常量:播放媒体键。 * /
  315.     public static final int KEYCODE_MEDIA_PLAY = 126;
  316.     / **密钥代码常量:暂停媒体密钥。 * /
  317.     public static final int KEYCODE_MEDIA_PAUSE = 127;
  318.     / **密钥代码常量:关闭媒体密钥。
  319.      *例如,可用于关闭CD托盘。 * /
  320.     public static final int KEYCODE_MEDIA_CLOSE = 128;
  321.     / **密钥代码常量:弹出媒体密钥。
  322.      *例如,可用于弹出CD托盘。 * /
  323.     public static final int KEYCODE_MEDIA_EJECT = 129;
  324.     / **密钥代码常量:记录媒体密钥。 * /
  325.     public static final int KEYCODE_MEDIA_RECORD = 130;
  326. / **键码常量:F1键。 * /
  327.     public static final int KEYCODE_F1 = 131;
  328.     / **密钥代码常量:F2键。 * /
  329.     public static final int KEYCODE_F2 = 132;
  330.     / **键码常量:F3键。 * /
  331.     public static final int KEYCODE_F3 = 133;
  332.     / **密钥代码常量:F4键。 * /
  333.     public static final int KEYCODE_F4 = 134;
  334.     / **密钥代码常量:F5密钥。 * /
  335.     public static final int KEYCODE_F5 = 135;
  336.     / **密钥代码常量:F6密钥。 * /
  337.     public static final int KEYCODE_F6 = 136;
  338.     / **密钥代码常量:F7键。 * /
  339.     public static final int KEYCODE_F7 = 137;
  340.     / **键码常量:F8键。 * /
  341.     public static final int KEYCODE_F8 = 138;
  342.     / **键码常量:F9键。 * /
  343.     public static final int KEYCODE_F9 = 139;
  344.     / **密钥代码常量:F10密钥。 * /
  345.     public static final int KEYCODE_F10 = 140;
  346.     / **键码常量:F11键。 * /
  347.     public static final int KEYCODE_F11 = 141;
  348.     / **键码常量:F12键。 * /
  349.     public static final int KEYCODE_F12 = 142;
  350.     / **密钥代码常量:Num Lock密钥。
  351.      *这是Num Lock键;它与{@link #KEYCODE_NUM}不同。
  352.      *此键改变数字键盘上其他键的行为。 * /
  353.     public static final int KEYCODE_NUM_LOCK = 143;
  354.     / **键码常量:数字键盘'0'键。 * /
  355.     public static final int KEYCODE_NUMPAD_0 = 144;
  356.     / **键码常量:数字键盘'1'键。 * /
  357.     public static final int KEYCODE_NUMPAD_1 = 145;
  358.     / **键码常量:数字键盘'2'键。 * /
  359.     public static final int KEYCODE_NUMPAD_2 = 146;
  360.     / **键码常量:数字键盘'3'键。 * /
  361.     public static final int KEYCODE_NUMPAD_3 = 147;
  362.     / **键码常量:数字键盘'4'键。 * /
  363.     public static final int KEYCODE_NUMPAD_4 = 148;
  364.     / **键码常量:数字键盘'5'键。 * /
  365.     public static final int KEYCODE_NUMPAD_5 = 149;
  366.     / **键码常量:数字键盘'6'键。 * /
  367.     public static final int KEYCODE_NUMPAD_6 = 150;
  368.     / **键码常量:数字键盘'7'键。 * /
  369.     public static final int KEYCODE_NUMPAD_7 = 151;
  370.     / **键码常量:数字键盘'8'键。 * /
  371.     public static final int KEYCODE_NUMPAD_8 = 152;
  372.     / **键码常量:数字键盘'9'键。 * /
  373.     public static final int KEYCODE_NUMPAD_9 = 153;
  374.     / **键码常量:数字键盘'/'键(用于除法)。 * /
  375.     public static final int KEYCODE_NUMPAD_DIVIDE = 154;
  376.     / **键码常量:数字键盘'*'键(用于乘法)。 * /
  377.     public static final int KEYCODE_NUMPAD_MULTIPLY = 155;
  378.     / **键码常量:数字键盘' - '键(用于减法)。 * /
  379.     public static final int KEYCODE_NUMPAD_SUBTRACT = 156;
  380.     / **键码常量:数字键盘'+'键(用于添加)。 * /
  381.     public static final int KEYCODE_NUMPAD_ADD = 157;
  382.     / **密钥代码常量:数字小键盘'。'键(用于小数或数字分组)。 * /
  383.     public static final int KEYCODE_NUMPAD_DOT = 158;
  384.     / **键码常量:数字键盘','键(用于小数或数字分组)。 * /
  385.     public static final int KEYCODE_NUMPAD_COMMA = 159;
  386.     / **键码常量:数字键盘输入键。 * /
  387.     public static final int KEYCODE_NUMPAD_ENTER = 160;
  388. / **键码常量:数字键盘'='键。 * /
  389.     public static final int KEYCODE_NUMPAD_EQUALS = 161;
  390.     / **键码常量:数字键盘'('键。* /
  391.     public static final int KEYCODE_NUMPAD_LEFT_PAREN = 162;
  392.     / **键码常量:数字键盘')'键。 * /
  393.     public static final int KEYCODE_NUMPAD_RIGHT_PAREN = 163;
  394.     / **键码常量:音量静音键。
  395.      *与{@link #KEYCODE_MUTE}不同,使发言者静音。
  396.      *此键通常应实现为切换,以便第一次按下
  397.      *使扬声器静音,第二次按下可恢复原始音量。 * /
  398.     public static final int KEYCODE_VOLUME_MUTE = 164;
  399.     / **密钥代码常量:信息密钥。
  400.      *常见的电视遥控器,以显示与什么相关的其他信息
  401.      *目前正在浏览中。 * /
  402.     public static final int KEYCODE_INFO = 165;
  403.     / **密钥代码常量:频道向上键。
  404.      *在电视遥控器上,增加电视频道。 * /
  405.     public static final int KEYCODE_CHANNEL_UP = 166;
  406.     / **键码常量:通道向下键。
  407.      *在电视遥控器上,减少电视频道。 * /
  408.     public static final int KEYCODE_CHANNEL_DOWN = 167;
  409.     / **键码常量:放大键。 * /
  410.     public static final int KEYCODE_ZOOM_IN = 168;
  411.     / **键码常量:缩小键。 * /
  412.     public static final int KEYCODE_ZOOM_OUT = 169;
  413.     / **键码常数:电视键。
  414.      *在电视遥控器上,切换到观看直播电视。 * /
  415.     public static final int KEYCODE_TV = 170;
  416.     / **密钥代码常量:窗口密钥。
  417.      *在电视遥控器上,切换画中画模式或其他窗口功能。
  418.      *在Android Wear设备上,触发显示偏移。 * /
  419.     public static final int KEYCODE_WINDOW = 171;
  420.     / **密钥代码常量:引导键。
  421.      *在电视遥控器上,显示编程指南。 * /
  422.     public static final int KEYCODE_GUIDE = 172;
  423.     / **密钥代码常量:DVR密钥。
  424.      *在某些电视遥控器上,切换到录制节目的DVR模式。 * /
  425.     public static final int KEYCODE_DVR = 173;
  426.     / **密钥代码常量:书签密钥。
  427.      *在某些电视遥控器,书签内容或网页上。 * /
  428.     public static final int KEYCODE_BOOKMARK = 174;
  429.     / **键码常量:切换字幕键。
  430.      *切换隐藏式字幕文本的模式,例如在电视节目期间。 * /
  431.     public static final int KEYCODE_CAPTIONS = 175;
  432.     / **密钥代码常量:设置密钥。
  433.      *开始系统设置活动。 * /
  434.     public static final int KEYCODE_SETTINGS = 176;
  435.     / **键码常数:电视电源键。
  436.      *在电视遥控器上,切换电视屏幕上的电源。 * /
  437.     public static final int KEYCODE_TV_POWER = 177;
  438.     / **键码常数:电视输入键。
  439.      *在电视遥控器上,切换电视屏幕上的输入。 * /
  440.     public static final int KEYCODE_TV_INPUT = 178;
  441.     / **密钥代码常量:机顶盒电源键。
  442.      *在电视遥控器上,切换外部机顶盒的电源。 * /
  443.     public static final int KEYCODE_STB_POWER = 179;
  444.     / **密钥代码常量:机顶盒输入密钥。
  445.      *在电视遥控器上,在外部机顶盒上切换输入模式。 * /
  446.     public static final int KEYCODE_STB_INPUT = 180;
  447.     / **键码常数:A / V接收器电源键。
  448.      *在电视遥控器上,切换外部A / V接收器的电源。 * /
  449.     public static final int KEYCODE_AVR_POWER = 181;
  450.     / **键码常量:A / V接收器输入键。
  451.      *在电视遥控器上,在外部A / V接收器上切换输入模式。 * /
  452.     public static final int KEYCODE_AVR_INPUT = 182;
  453.     / **键码常量:红色“可编程”键。
  454.      *在电视遥控器上,充当上下文/可编程键。 * /
  455.     public static final int KEYCODE_PROG_RED = 183;
  456.     / **键码常量:绿色“可编程”键。
  457.      *在电视遥控器上,actas是一个上下文/可编程键。 * /
  458.     public static final int KEYCODE_PROG_GREEN = 184;
  459.     / **键码常量:黄色“可编程”键。
  460.      *在电视遥控器上,充当上下文/可编程键。 * /
  461.     public static final int KEYCODE_PROG_YELLOW = 185;
  462.     / **键码常量:蓝色“可编程”键。
  463.      *在电视遥控器上,充当上下文/可编程键。 * /
  464.     public static final int KEYCODE_PROG_BLUE = 186;
  465.     / **键码常量:App开关键。
  466.      *应调出应用程序切换器对话框。 * /
  467.     public static final int KEYCODE_APP_SWITCH = 187;
  468.     / **密钥代码常量:通用游戏手柄按钮#1* /
  469.     public static final int KEYCODE_BUTTON_1 = 188;
  470.     / **密钥代码常量:通用游戏手柄按钮#2* /
  471.     public static final int KEYCODE_BUTTON_2 = 189;
  472.     / **密钥代码常量:通用游戏手柄按钮#3* /
  473.     public static final int KEYCODE_BUTTON_3 = 190;
  474.     / **密钥代码常量:通用游戏手柄按钮#4* /
  475. public static final int KEYCODE_BUTTON_4 = 191;
  476.     / **密钥代码常量:通用游戏手柄按钮#5* /
  477.     public static final int KEYCODE_BUTTON_5 = 192;
  478.     / **密钥代码常量:通用游戏手柄按钮#6* /
  479.     public static final int KEYCODE_BUTTON_6 = 193;
  480.     / **密钥代码常量:通用游戏手柄按钮#7* /
  481.     public static final int KEYCODE_BUTTON_7 = 194;
  482.     / **密钥代码常量:通用游戏手柄按钮#8* /
  483.     public static final int KEYCODE_BUTTON_8 = 195;
  484.     / **密钥代码常量:通用游戏手柄按钮#9* /
  485.     public static final int KEYCODE_BUTTON_9 = 196;
  486.     / **密钥代码常量:通用游戏手柄按钮#10* /
  487.     public static final int KEYCODE_BUTTON_10 = 197;
  488.     / **密钥代码常量:通用游戏手柄按钮#11* /
  489.     public static final int KEYCODE_BUTTON_11 = 198;
  490.     / **密钥代码常量:通用游戏手柄按钮#12* /
  491.     public static final int KEYCODE_BUTTON_12 = 199;
  492.     / **密钥代码常量:通用游戏手柄按钮#13* /
  493.     public static final int KEYCODE_BUTTON_13 = 200;
  494.     / **密钥代码常量:通用游戏手柄按钮#14* /
  495.     public static final int KEYCODE_BUTTON_14 = 201;
  496.     / **密钥代码常量:通用游戏手柄按钮#15* /
  497.     public static final int KEYCODE_BUTTON_15 = 202;
  498.     / **密钥代码常量:通用游戏手柄按钮#16* /
  499.     public static final int KEYCODE_BUTTON_16 = 203;
  500.     / **密钥代码常量:语言切换键。
  501.      *切换当前输入语言,例如在英语和日语之间切换
  502.      * QWERTY键盘。在某些设备上,可以执行相同的功能
  503.      *按Shift +空格键。 * /
  504.     public static final int KEYCODE_LANGUAGE_SWITCH = 204;
  505.     / **密钥代码常量:方式模式密钥。
  506.      *打开和关闭静音或振动模式,使设备表现得更礼貌
  507.      *在某些设置中,例如在拥挤的火车上。在某些设备上,密钥可能只是
  508.      *长按时操作。 * /
  509.     public static final int KEYCODE_MANNER_MODE = 205;
  510.     / **键码常量:3D模式键。
  511.      *2D和3D模式之间切换显示。 * /
  512.     public static final int KEYCODE_3D_MODE = 206;
  513.     / **密钥代码常量:联系人特殊功能键。
  514.      *用于启动地址簿应用程序。 * /
  515.     public static final int KEYCODE_CONTACTS = 207;
  516.     / **键码常量:日历特殊功能键。
  517.      *用于启动日历应用程序。 * /
  518.     public static final int KEYCODE_CALENDAR = 208;
  519.     / **键码常量:音乐特殊功能键。
  520.      *用于启动音乐播放器应用程序。 * /
  521.     public static final int KEYCODE_MUSIC = 209;
  522.     / **密钥代码常量:计算器特殊功能键。
  523.      *用于启动计算器应用程序。 * /
  524.     public static final int KEYCODE_CALCULATOR = 210;
  525.     / **键码常量:日语全宽/半宽键。 * /
  526.     public static final int KEYCODE_ZENKAKU_HANKAKU = 211;
  527.     / **密钥代码常量:日语字母数字键。 * /
  528.     public static final int KEYCODE_EISU = 212;
  529.     / **密钥代码常量:日语非转换密钥。 * /
  530.     public static final int KEYCODE_MUHENKAN = 213;
  531.     / **密钥代码常量:日语转换密钥。 * /
  532.     public static final int KEYCODE_HENKAN = 214;
  533.     / **键码常数:日本片假名/平假名键。 * /
  534.     public static final int KEYCODE_KATAKANA_HIRAGANA = 215;
  535.     / **密钥代码常量:日元密钥。 * /
  536.     public static final int KEYCODE_YEN = 216;
  537.     / **密钥代码常量:日语Ro密钥。 * /
  538.     public static final int KEYCODE_RO = 217;
  539.     / **密钥代码常量:日文假名密钥。 * /
  540.     public static final int KEYCODE_KANA = 218;
  541.     / **键码常量:辅助键。
  542.      *启动全球协助活动。未交付给应用程序。 * /
  543.     public static final int KEYCODE_ASSIST = 219;
  544.     / **键码常量:亮度向下键。
  545.      *调低屏幕亮度。 * /
  546.     public static final int KEYCODE_BRIGHTNESS_DOWN = 220;
  547.     / **键码常量:亮度向上键。
  548.      *调高屏幕亮度。 * /
  549. public static final int KEYCODE_BRIGHTNESS_UP = 221;
  550.     / **键码常量:音轨键。
  551.      *切换音轨。 * /
  552.     public static final int KEYCODE_MEDIA_AUDIO_TRACK = 222;
  553.     / **键码常量:睡眠键。
  554.      *让设备进入睡眠状态。行为有点像{@link #KEYCODE_POWER},但它
  555.      *如果设备已经睡着,则无效。 * /
  556.     public static final int KEYCODE_SLEEP = 223;
  557.     / **密钥代码常量:唤醒密钥。
  558.      *唤醒设备。行为有点像{@link #KEYCODE_POWER},但它
  559.      *如果设备已经清醒,则无效。 * /
  560.     public static final int KEYCODE_WAKEUP = 224;
  561.     / **密钥代码常量:配对密钥。
  562.      *启动外围配对模式。用于配对遥控器
  563.      *设备或游戏控制器,特别是如果没有其他输入模式
  564.      *可用。 * /
  565.     public static final int KEYCODE_PAIRING = 225;
  566.     / **键码常量:Media Top Menu键。
  567.      *转到媒体菜单的顶部。 * /
  568.     public static final int KEYCODE_MEDIA_TOP_MENU = 226;
  569.     / **密钥代码常量:'11'密钥。 * /
  570.     public static final int KEYCODE_11 = 227;
  571.     / **密钥代码常量:'12'密钥。 * /
  572.     public static final int KEYCODE_12 = 228;
  573.     / **密钥代码常量:Last Channel密钥。
  574.      *转到上次查看的频道。 * /
  575.     public static final int KEYCODE_LAST_CHANNEL = 229;
  576.     / **密钥代码常量:电视数据服务密钥。
  577.      *显示天气,体育等数据服务。 * /
  578.     public static final int KEYCODE_TV_DATA_SERVICE = 230;
  579.     / **键码常量:语音辅助键。
  580.      *启动全球语音辅助活动。未交付给应用程序。 * /
  581.     public static final int KEYCODE_VOICE_ASSIST = 231;
  582.     / **密钥代码常量:无线电密钥。
  583.      *切换电视服务/广播服务。 * /
  584.     public static final int KEYCODE_TV_RADIO_SERVICE = 232;
  585.     / **密钥代码常量:图文电视密钥。
  586.      *显示图文电视服务。 * /
  587.     public static final int KEYCODE_TV_TELETEXT = 233;
  588.     / **密钥代码常量:数字输入密钥。
  589.      *分配每个数字键时,开始输入多位数通道nubmber
  590.      *用于选择单独的频道。对应于CEC的数字输入模式(0x1D)
  591.      *用户控制代码。 * /
  592.     public static final int KEYCODE_TV_NUMBER_ENTRY = 234;
  593.     / **密钥代码常量:模拟地面密钥。
  594.      *切换到模拟地面广播服务。 * /
  595.     public static final int KEYCODE_TV_TERRESTRIAL_ANALOG = 235;
  596.     / **密钥代码常量:数字地面密钥。
  597.      *切换到数字地面广播服务。 * /
  598.     public static final int KEYCODE_TV_TERRESTRIAL_DIGITAL = 236;
  599.     / **密钥代码常量:卫星密钥。
  600.      *切换到数字卫星广播服务。 * /
  601.     public static final int KEYCODE_TV_SATELLITE = 237;
  602.     / **密钥代码常量:BS密钥。
  603.      *切换到日本提供的BS数字卫星广播服务。 * /
  604.     public static final int KEYCODE_TV_SATELLITE_BS = 238;
  605.     / **密钥代码常量:CS密钥。
  606.      *切换到日本提供的C​​S数字卫星广播服务。 * /
  607.     public static final int KEYCODE_TV_SATELLITE_CS = 239;
  608.     / **密钥代码常量:BS / CS密钥。
  609.      *在BS和CS数字卫星服务之间切换。 * /
  610.     public static final int KEYCODE_TV_SATELLITE_SERVICE = 240;
  611.     / **密钥代码常量:切换网络密钥。
  612.      *切换选择broacast服务。 * /
  613.     public static final int KEYCODE_TV_NETWORK = 241;
  614.     / **键码常量:天线/电缆键。
  615.      *在天线和电缆之间切换广播输入源。 * /
  616.     public static final int KEYCODE_TV_ANTENNA_CABLE = 242;
  617.     / **密钥代码常量:HDMI#1密钥。
  618.      *切换到HDMI输入#1* /
  619.     public static final int KEYCODE_TV_INPUT_HDMI_1 = 243;
  620.     / **密钥代码常量:HDMI#2密钥。
  621.      *切换到HDMI输入#2* /
  622.     public static final int KEYCODE_TV_INPUT_HDMI_2 = 244;
  623.     / **密钥代码常量:HDMI#3密钥。
  624.      *切换到HDMI输入#3* /
  625.     public static final int KEYCODE_TV_INPUT_HDMI_3 = 245;
  626.     / **密钥代码常量:HDMI#4密钥。
  627.      *切换到HDMI输入#4* /
  628.     public static final int KEYCODE_TV_INPUT_HDMI_4 = 246;
  629.     / **密钥代码常量:复合#1密钥。
  630.      *切换到复合视频输入#1* /
  631.     public static final int KEYCODE_TV_INPUT_COMPOSITE_1 = 247;
  632.     / **密钥代码常量:复合#2密钥。
  633.      *切换到复合视频输入#2* /
  634.     public static final int KEYCODE_TV_INPUT_COMPOSITE_2 = 248;
  635.     / **密钥代码常量:组件#1密钥。
  636.      *切换到分量视频输入#1* /
  637.     public static final int KEYCODE_TV_INPUT_COMPONENT_1 = 249;
  638.     / **密钥代码常量:组件#2密钥。
  639.      *切换到分量视频输入#2* /
  640.     public static final int KEYCODE_TV_INPUT_COMPONENT_2 = 250;
  641. / **密钥代码常量:VGA#1密钥。
  642.      *切换到VGA(模拟RGB)输入#1* /
  643.     public static final int KEYCODE_TV_INPUT_VGA_1 = 251;
  644.     / **密钥代码常量:音频描述密钥。
  645.      *关闭/打开音频说明。 * /
  646.     public static final int KEYCODE_TV_AUDIO_DESCRIPTION = 252;
  647.     / **键码常量:音频描述混音音量增大键。
  648.      *与正常音频音量相比,Louden音频描述音量。 * /
  649.     public static final int KEYCODE_TV_AUDIO_DESCRIPTION_MIX_UP = 253;
  650.     / **键码常量:音频描述混音音量降低键。
  651.      *与普通音量相比,减少音频描述音量。 * /
  652.     public static final int KEYCODE_TV_AUDIO_DESCRIPTION_MIX_DOWN = 254;
  653.     / **键码常量:缩放模式键。
  654.      *更改缩放模式(正常,完整,缩放,广角缩放等)* /
  655.     public static final int KEYCODE_TV_ZOOM_MODE = 255;
  656.     / **键码常量:内容菜单键。
  657.      *进入标题列表。对应于CEC用户控制的内容菜单(0x0B)
  658.      *代码* /
  659.     public static final int KEYCODE_TV_CONTENTS_MENU = 256;
  660.     / **键码常量:媒体上下文菜单键。
  661.      *转到媒体内容的上下文菜单。对应于媒体上下文敏感
  662.      * CEC用户控制代码的菜单(0x11)。 * /
  663.     public static final int KEYCODE_TV_MEDIA_CONTEXT_MENU = 257;
  664.     / **密钥代码常量:定时器编程密钥。
  665.      *转到定时录制菜单。对应于定时器编程(0x54
  666.      * CEC用户控制代码。 * /
  667.     public static final int KEYCODE_TV_TIMER_PROGRAMMING = 258;
  668.     / **密钥代码常量:帮助密钥。 * /
  669.     public static final int KEYCODE_HELP = 259;
  670.     / **密钥代码常量:导航到上一个密钥。
  671.      *在有序的项目集合中向后移动一个项目。 * /
  672.     public static final int KEYCODE_NAVIGATE_PREVIOUS = 260;
  673.     / **密钥代码常量:导航到下一个密钥。
  674.      *前进到有序的项目集合中的下一个项目。 * /
  675.     public static final int KEYCODE_NAVIGATE_NEXT = 261;
  676.     / **密钥代码常量:按键导航。
  677.      *激活当前具有焦点或扩展到下一级导航的项目
  678.      *层次结构。 * /
  679.     public static final int KEYCODE_NAVIGATE_IN = 262;
  680.     / **密钥代码常量:导出密钥。
  681.      *退出导航层次结构的一个级别或折叠当前具有的项目
  682.      *专注。 * /
  683.     public static final int KEYCODE_NAVIGATE_OUT = 263;
  684.     / **键码常量:Wear的主干键
  685.      *手表上的主电源/复位按钮。 * /
  686.     public static final int KEYCODE_STEM_PRIMARY = 264;
  687.     / **键码常量:Wear *的通用词干键1 /
  688.     public static final int KEYCODE_STEM_1 = 265;
  689.     / **键码常量:磨损的通用词干键2 /
  690.     public static final int KEYCODE_STEM_2 = 266;
  691.     / **键码常量:Wear *的通用词干键* /
  692.     public static final int KEYCODE_STEM_3 = 267;
  693.     / **键码常量:方向键上左* /
  694.     public static final int KEYCODE_DPAD_UP_LEFT = 268;
  695.     / **键码常量:方向键左下* /
  696.     public static final int KEYCODE_DPAD_DOWN_LEFT = 269;
  697.     / **键码常量:方向键向右* /
  698.     public static final int KEYCODE_DPAD_UP_RIGHT = 270;
  699.     / **键码常量:方向键向下右* /
  700.     public static final int KEYCODE_DPAD_DOWN_RIGHT = 271;
  701.     / **密钥代码常量:向前跳过媒体密钥。 * /
  702.     public static final int KEYCODE_MEDIA_SKIP_FORWARD = 272;
  703.     / **密钥代码常量:向后跳过媒体密钥。 * /
  704.     public static final int KEYCODE_MEDIA_SKIP_BACKWARD = 273;
  705.     / **密钥代码常量:前进媒体密钥。
  706.      *步骤媒体前进,一次一帧。 * /
  707.     public static final int KEYCODE_MEDIA_STEP_FORWARD = 274;
  708.     / **密钥代码常量:退步媒体密钥。
  709.      *步骤媒体向后,一次一帧。 * /
  710.     public static final int KEYCODE_MEDIA_STEP_BACKWARD = 275;
  711.     / **键码常量:除非持有唤醒锁,否则将设备置于睡眠状态。 * /
  712.     public static final int KEYCODE_SOFT_SLEEP = 276;
  713.     / **键码常量:剪切键。 * /
  714.     public static final int KEYCODE_CUT = 277;
  715.     / **密钥代码常量:复制密钥。 * /
  716.     public static final int KEYCODE_COPY = 278;
  717.     / **密钥代码常量:粘贴密钥。 * /
  718.     public static final int KEYCODE_PASTE = 279;
  719.     / **密钥代码常量:系统消耗导航* /
  720.     public static final int KEYCODE_SYSTEM_NAVIGATION_UP = 280;
  721.     / **密钥代码常量:系统消耗导航* /
  722.     public static final int KEYCODE_SYSTEM_NAVIGATION_DOWN = 281;
  723.     / **密钥代码常量:由左侧导航系统消耗* /
  724.     public static final int KEYCODE_SYSTEM_NAVIGATION_LEFT = 282;
  725.     / **密钥代码常量:由导航系统消耗* /
  726.     public static final int KEYCODE_SYSTEM_NAVIGATION_RIGHT = 283;
  727. / **密钥代码常量:显示所有应用* /
  728.     public static final int KEYCODE_ALL_APPS = 284;
  729.     / **密钥代码常量:刷新密钥。*/
  730.     public static final int KEYCODE_REFRESH = 285;

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/weixin_40725706/article/detail/713839
推荐阅读
相关标签
  

闽ICP备14008679号