SwiftTerm icon indicating copy to clipboard operation
SwiftTerm copied to clipboard

Extended Keyboard Input Support

Open migueldeicaza-msft opened this issue 3 years ago • 2 comments

There is a proposal floating around to extend the keyboard support in terminals:

https://sw.kovidgoyal.net/kitty/keyboard-protocol.html

It allows things like reporting on the status of additional key modifiers, as well as distinguishing individual keystrokes.

Might be worth adding.

migueldeicaza-msft avatar May 21 '21 14:05 migueldeicaza-msft

Work in progress branch:

https://github.com/migueldeicaza/SwiftTerm/compare/main...extended-keyinput

migueldeicaza avatar Sep 07 '23 19:09 migueldeicaza

This is how tmux implemented it:

0ab82d95314e7a26a48452c77ad710f3aff97dd7

migueldeicaza avatar Sep 14 '23 18:09 migueldeicaza