Some (non textinput) apps on Android support ctrl+z /ctrl+y etc commands.
I'd like to simulate the ctrl+z even via shell/adb (in the worst case I can use root to force shell execution)
I know that input keyevent 114
input keyevent 57
f.e. correspondent to "Ctrl" and "Z"
But am not sure how to apply "hold" to the first keyevent until the second fires.
Others also failed at this... Send CTRL + T over ADB using sendevent or input keyevent https://gist.github.com/arjunv/2bbcca9a1a1c127749f8dcb6d36fb0bc Simulating combination of key presses from ADB terminal