设为首页 加入收藏

TOP

Python实现的基于ADB的Android远程工具(四)
2015-04-07 15:30:41 来源: 作者: 【 】 浏览:221
Tags:Python 实现 基于 ADB Android 远程 工具
E_SETTINGS? ? ? ? = 176;
? ? public static final int KEYCODE_TV_POWER? ? ? ? = 177;
? ? public static final int KEYCODE_TV_INPUT? ? ? ? = 178;
? ? public static final int KEYCODE_STB_POWER? ? ? = 179;
? ? public static final int KEYCODE_STB_INPUT? ? ? = 180;
? ? public static final int KEYCODE_AVR_POWER? ? ? = 181;
? ? public static final int KEYCODE_AVR_INPUT? ? ? = 182;
? ? public static final int KEYCODE_PROG_RED? ? ? ? = 183;
? ? public static final int KEYCODE_PROG_GREEN? ? ? = 184;
? ? public static final int KEYCODE_PROG_YELLOW? ? = 185;
? ? public static final int KEYCODE_PROG_BLUE? ? ? = 186;
? ? public static final int KEYCODE_APP_SWITCH? ? ? = 187;
? ? public static final int KEYCODE_BUTTON_1? ? ? ? = 188;
? ? public static final int KEYCODE_BUTTON_2? ? ? ? = 189;
? ? public static final int KEYCODE_BUTTON_3? ? ? ? = 190;
? ? public static final int KEYCODE_BUTTON_4? ? ? ? = 191;
? ? public static final int KEYCODE_BUTTON_5? ? ? ? = 192;
? ? public static final int KEYCODE_BUTTON_6? ? ? ? = 193;
? ? public static final int KEYCODE_BUTTON_7? ? ? ? = 194;
? ? public static final int KEYCODE_BUTTON_8? ? ? ? = 195;
? ? public static final int KEYCODE_BUTTON_9? ? ? ? = 196;
? ? public static final int KEYCODE_BUTTON_10? ? ? = 197;
? ? public static final int KEYCODE_BUTTON_11? ? ? = 198;
? ? public static final int KEYCODE_BUTTON_12? ? ? = 199;
? ? public static final int KEYCODE_BUTTON_13? ? ? = 200;
? ? public static final int KEYCODE_BUTTON_14? ? ? = 201;
? ? public static final int KEYCODE_BUTTON_15? ? ? = 202;
? ? public static final int KEYCODE_BUTTON_16? ? ? = 203;
? ? public static final int KEYCODE_LANGUAGE_SWITCH = 204;
? ? public static final int KEYCODE_MANNER_MODE? ? = 205;
? ? public static final int KEYCODE_3D_MODE? ? ? ? = 206;
? ? public static final int KEYCODE_CONTACTS? ? ? ? = 207;
? ? public static final int KEYCODE_CALENDAR? ? ? ? = 208;
? ? public static final int KEYCODE_MUSIC? ? ? ? ? = 209;
? ? public static final int KEYCODE_CALCULATOR? ? ? = 210;
? ? public static final int KEYCODE_ZENKAKU_HANKAKU = 211;
? ? public static final int KEYCODE_EISU? ? ? ? ? ? = 212;
? ? public static final int KEYCODE_MUHENKAN? ? ? ? = 213;
? ? public static final int KEYCODE_HENKAN? ? ? ? ? = 214;
? ? public static final int KEYCODE_KATAKANA_HIRAGANA = 215;
? ? public static final int KEYCODE_YEN? ? ? ? ? ? = 216;
? ? public static final int KEYCODE_RO? ? ? ? ? ? ? = 217;
? ? public static final int KEYCODE_KANA? ? ? ? ? ? = 218;
? ? public static final int KEYCODE_ASSIST? ? ? ? ? = 219;
? ? private static final int LAST_KEYCODE? ? ? ? ? = KEYCODE_ASSIST;


? ? private static final int KEYCODE_TEST_BASE? ? = 220;
? ? public static final int KEYCODE_POWER_TEST? ? = KEYCODE_TEST_BASE + 1;
? ? public static final int KEYCODE_HOME_TEST? ? = KEYCODE_TEST_BASE + 2;
? ? public static final int KEYCODE_BACK_TEST? ? = KEYCODE_TEST_BASE + 3;
? ? public static final int KEYCODE_MENU_TEST? ? = KEYCODE_TEST_BASE + 4;
? ? public static final int KEYCODE_SEARCH_TEST? ? = KEYCODE_TEST_BASE + 5;
? ? public static final int KEYCODE_CALL_TEST? ? = KEYCODE_TEST_BASE + 6;
? ? public static final int KEYCODE_ENDCALL_TEST ? ? = KEYCODE_TEST_BASE + 7;
? ? public static final int KEYCODE_VOLUME_UP_TEST? ? = KEYCODE_TEST_BASE + 8;
? ? public static final int KEYCODE_VOLUME_DOWN_TEST? ? ? = KEYCODE_TEST_BASE + 9;
? ? public static final int KEYCODE_CAMERA_TEST? ? = KEYCODE_TEST_BASE + 10;
? ? public static final int KEYCODE_SPACE_TEST? ? = KEYCODE_TEST_BASE + 11;
? ? public static final int KEYCODE_FUNCTION_TEST? ? = KEYCODE_TEST_BASE + 12;
'''


# keynames is the key name list
# 'none': no keys in this grid
keynames = ['home', 'menu',? 'back'

首页 上一页 1 2 3 4 5 6 7 下一页 尾页 4/11/11
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇Python基础教程 - global关键字及.. 下一篇Python基础教程 - lambda关键字

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容: