First, this is awesome; thanks for your contribution. I use Termux (terminal emulator and linux app). Is there a way to send control key combinations as keystrokes? E.g., so I can ctrl+C to kill a program from the command line in Termux?
Thanks again.
Is there a way to send control key combinations as keystrokes?
No, all Ctrl+key are captured by the client for its own actions.
A possibility would be to add a special key to escape the next sequence (like screen or tmux do, e.g. Ctrl+b, Ctrl+key).
Most helpful comment
No, all Ctrl+key are captured by the client for its own actions.
A possibility would be to add a special key to escape the next sequence (like screen or tmux do, e.g. Ctrl+b, Ctrl+key).