Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support the kitty keyboard protocol #1797

Open
1 task done
xiaq opened this issue May 1, 2024 · 0 comments
Open
1 task done

Support the kitty keyboard protocol #1797

xiaq opened this issue May 1, 2024 · 0 comments

Comments

@xiaq
Copy link
Member

xiaq commented May 1, 2024

What new feature should Elvish have?

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

Two things to figure out:

  • Are the enabling and disabling sequences (CSI > 1 u and CSI < u) no-ops for terminals that don't support the protocol
  • Is Kitty's encoding completely compatible existing encodings Elvish supports (either there's no overlap, or the overlapped sequences correspond to identical keys)

If both are true, this support can be enabled unconditionally; otherwise it will have to depend on whether the terminal supports the protocol

Output of "elvish -version"

0.21.0-dev.0.20240430145458-c7d81b20a010

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant