crossterm icon indicating copy to clipboard operation
crossterm copied to clipboard

Support new terminal protocol for extended keys and more modifiers

Open max-baz opened this issue 4 years ago • 1 comments

There is a new protocol that modern terminals will support, originally designed by fixterms and later adopted and finalized by kitty: https://sw.kovidgoyal.net/kitty/keyboard-protocol.html

Supporting this protocol will allow you to distinguish many more keys and modifiers (see the page for full list of benefits), and probably fix a bunch of open issues related to the modifiers.

max-baz avatar May 15 '21 11:05 max-baz

I use Broot, and it does not detect Ctrl + M. This is probably related.

stevenxxiu avatar Jan 09 '22 08:01 stevenxxiu

This was implemented by: #691 #696 #688

TimonPost avatar Jan 12 '23 20:01 TimonPost