Closed xxdoc closed 2 years ago
To send Ctrl+Space adb shell am broadcast -a ADB_INPUT_MCODE --eia mcode '4096,62'
what is 4096?
https://developer.android.com/reference/android/view/KeyEvent
You should able to find it in here, with keyword 4096
how can send alt +v or other win+v
To send Ctrl+Space adb shell am broadcast -a ADB_INPUT_MCODE --eia mcode '4096,62'
what is 4096?