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:
parent
65250fe08d
commit
efa3cc13ef
4 changed files with 1179 additions and 537 deletions
1165
crates/settings_ui/src/ui_components/keystroke_input.rs
Normal file
1165
crates/settings_ui/src/ui_components/keystroke_input.rs
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1 +1,2 @@
|
|||
pub mod keystroke_input;
|
||||
pub mod table;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue