senzhk / ADBKeyBoard

Android Virtual Keyboard Input via ADB (Useful for Test Automation)
GNU General Public License v2.0
1.22k stars 299 forks source link

Send Ctrl+Enter #62

Open axxapy opened 1 year ago

axxapy commented 1 year ago

Hi

I'm having problems sending messages in telegram. When I use physical keyboard, Ctrl+Enter works fine.

But when I try to send Ctrl+Enter via adbkeyboard it simply does not work:

$ adb shell am broadcast -a ADB_INPUT_MCODE --eia mcode '4096,66'

Would it be possible to add example with Ctrl+Enter to README.md?

Much appreciated