简体   繁体   中英

sending multiple keyevent using adb shell

I want to send multiple keyevent using adb.

After googleing I can to know about adb shell input keyevent 65 but using this command I can send only one keyevent.

I want to simulate like " SHIFT_KEY + special character".

Sample :

adb shell input keyevent 22 66 means : press Send and press Enter

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM