contour icon indicating copy to clipboard operation
contour copied to clipboard

Add "CSI u" extended keyboard mapping

Open christianparpart opened this issue 4 years ago • 2 comments
trafficstars

See http://www.leonerd.org.uk/hacks/fixterms/

I wonder why the spec didn't make it runtime configurable, such as SM/RM to explicitly request that.

Should be configurable via contour config in profiles.*.extended_keybboard_mapping: BOOL or so.

https://sw.kovidgoyal.net/kitty/keyboard-protocol/ seems to be an updated one.

christianparpart avatar Jun 15 '21 19:06 christianparpart

Iterm2 has this option available as a setting you can toggle on and off. Maybe seeing their implementation may help.

WSLUser avatar Jun 29 '21 12:06 WSLUser

Correcting myself against CSI u and towards modifyOtherKeys from xterm

  • https://invisible-island.net/xterm/manpage/xterm.html#VT100-Widget-Resources:modifyOtherKeys
  • https://invisible-island.net/xterm/modified-keys.html

christianparpart avatar Mar 18 '22 12:03 christianparpart

CSI u is implemented on master branch.

christianparpart avatar Oct 16 '23 11:10 christianparpart