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

kitty-input-mode #74

Open
adamyg opened this issue Jun 22, 2024 · 1 comment
Open

kitty-input-mode #74

adamyg opened this issue Jun 22, 2024 · 1 comment
Labels
blocked enhancement New feature or request

Comments

@adamyg
Copy link
Owner

adamyg commented Jun 22, 2024

https://sw.kovidgoyal.net/kitty/keyboard-protocol/#detection-of-support-for-this-protocol
https://www.leonerd.org.uk/hacks/fixterms/

Option: notcurses display driver, https://github.com/dankamongmen/notcurses

Control:

enable:  CSI > 1 u
disable: CSI < u

Escape code used to encode key events is:

CSI unicode-key-code:alternate-key-codes ; modifiers:event-type ; text-as-codepoints u
@adamyg adamyg added the enhancement New feature or request label Jun 22, 2024
@adamyg adamyg added this to the build-28 milestone Sep 8, 2024
@adamyg adamyg changed the title support kitty keyboard protocol kitty-input-mode Sep 17, 2024
@adamyg adamyg removed this from the build-28 milestone Sep 20, 2024
@adamyg
Copy link
Owner Author

adamyg commented Sep 20, 2024

need to review use-case/suitable test environment

@adamyg adamyg added the blocked label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant