You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Sun, Jan 12, 2025 at 04:45:10PM -0800, terminalzeiro wrote:
does kakoune support modifyOtherKeys level 2?
I trying to bind <c-s-w>, but kak reconize that as <c-w>.
terminal that I'm using: xterm
Not yet. It should be doable to add.
I think we could change \033[>4;1m to \033[>4;2m
and maybe add some key decoding logic to src/terminal_ui.cc.
Unfortunately xterm doesn't send CSI u by default (see formatOtherKeys)
but the default format might still be good enough.
I wonder what should be the long-term plan.
We're mixing modifyOtherKeys with the kitty keyboard protocol, which
is both good and bad.
Question
I trying to bind <c-s-w>, but kak reconize that as <c-w>.
The text was updated successfully, but these errors were encountered: