senzhk/ADBKeyBoard

how can send alt +v or other win+v

xxdoc opened this issue · 2 comments

xxdoc commented

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

xxdoc commented

how can send alt +v or other win+v