Skip to content

feat: add kitty keyboard support - #132

Open
cpendery (cpendery) wants to merge 5 commits into
mainfrom
feat/kitty-keyboard
Open

feat: add kitty keyboard support#132
cpendery (cpendery) wants to merge 5 commits into
mainfrom
feat/kitty-keyboard

Conversation

@cpendery

Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: cpendery <cpendery@vt.edu>
@cpendery
cpendery (cpendery) marked this pull request as ready for review August 14, 2026 02:52
Comment thread crates/tui-test/src/input/keys.rs Outdated
Comment thread README.md Outdated
Signed-off-by: cpendery <cpendery@vt.edu>
Comment on lines 22 to +25
press(keys: Array<string>): Promise<void>
keyDown(keys: Array<string>): Promise<void>
repeat(keys: Array<string>): Promise<void>
keyUp(keys: Array<string>): Promise<void>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume press and keyDown are the same here, right? If we want to go DRY then I would choose one naming convention over the other and remove redundant ones. Personally, I would go with key press, key release, key repeat

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

Successfully merging this pull request may close these issues.

2 participants