Files
oak-gpui/crates/settings_ui/src/ui_components/mod.rs
T
Ben Kunkle efa3cc13ef 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 ...
2025-07-29 14:10:51 -04:00

3 lines
40 B
Rust

pub mod keystroke_input;
pub mod table;