Skip to content

Add support for modifier keys (ctrl and alt)

Devin Lin requested to merge work/modifiers into master

Add support for modifier keys by using a hidden textfield to store typed in characters, and then manually sending it to the terminal as a keypress (for every individual character).

Addresses #1 (closed)

Merge request reports