I would like to select all the text to the end by adb
input keyevent --longpress 114
input keyevent --longpress 59
input keyevent 93
To select all text to the end but it didn't work.
Maybe Ctrl+Shift+End is not the shortcut for the selection to the end?
It seems that input keyevent --longpress
is not working.
However input keycombination 114 59 93
it worked.