keymap_ui: Test keystroke input (#35286)

Closes #ISSUE

Separate out the keystroke input into it's own component and add a bunch
of tests for it's core keystroke+modifier event handling logic

Release Notes:

- N/A *or* Added/Fixed/Improved ...
This commit is contained in:
Ben Kunkle 2025-07-29 13:10:51 -05:00 committed by GitHub
parent 65250fe08d
commit efa3cc13ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1179 additions and 537 deletions

File diff suppressed because it is too large Load diff

View file

@ -1 +1,2 @@
pub mod keystroke_input;
pub mod table;