adb shell 手機按鍵模擬命令

2022-09-01 12:57:13 字數 586 閱讀 7179

比如使用adb shell input keyevent命令,不同的 keycode 能實現不同的功能,完整的 keycode 列表詳見 keyevent

,摘引部分我覺得有意思的如下:

keycode含義3

home 鍵

4返回鍵

5開啟撥號應用

6結束通話**

24增加音量

25降低音量

26電源鍵

27拍照(需要在相機應用裡)

64開啟瀏覽器

82菜單鍵

8586

8788

122移動游標到行首或列表頂部

123移動游標到行末或列表底部

126127

164靜音

176開啟系統設定

187切換應用

207開啟聯絡人

208開啟日曆

209開啟**

210開啟計算器

220降低螢幕亮度

221提高螢幕亮度

223系統休眠

224點亮螢幕

231開啟語音助手

276如果沒有 wakelock 則讓系統休眠

手機adb shell問題

今天在linux下連線平板usb,試用adb shell時出現error insufficient permissions for device,而且我們輸入adb devices顯示 xxnan xxnan pt adb devices list of devices attached devic...

模擬鍵盤按鍵

模擬全域性按鍵可以用keybd event,sendinput來完成,下面是模擬一次caps lock 按鍵時兩個api函式的實現方法 keybd event keybd event vk capital,0,keyeventf extendedkey 0,0 key down keybd even...

模擬鍵盤按鍵

textbox1.focus sendkeys.send v 模擬鍵盤按鍵ctrl v 貼上 鍵 backspace 或或break caps lock del或delete 或向下鍵 endenter 或 esc help home ins或insert 或向左鍵 num lock page do...