Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Add support for kitty keyboard protocol #24

Open
vamolessa opened this issue Jan 6, 2022 · 1 comment
Open

Add support for kitty keyboard protocol #24

vamolessa opened this issue Jan 6, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@vamolessa
Copy link
Owner

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

@vamolessa
Copy link
Owner Author

vamolessa commented Mar 1, 2022

Will need some help with this since I don't have access to a linux pc anymore.
I did lay down the ground work for this however.
Key is now a struct instead of an enum, which now can contain independent information of key modifiers (shift, ctrl and alt).
Now it's just a matter of correctly implementing the Terminal::parse_keys function located at pepper/src/platforms/unix_utils.rs.

@vamolessa vamolessa added this to the v1.0 milestone Mar 6, 2022
@vamolessa vamolessa added the enhancement New feature or request label Aug 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant