Expand description
Keybinding configuration: KeyAction, KeyCombo, and KeybindingsConfig.
Maps physical key combinations to semantic actions, decoupling the user interface from hardcoded key assignments per the TRD.
Structs§
- KeyCombo
- A physical key combination (key code + modifiers).
- Keybindings
Config - Keybinding configuration mapping physical keys to semantic actions.
Enums§
- KeyAction
- Every semantic action the TUI can perform.
Functions§
- parse_
action 🔒 - Parse an action name string into a
KeyAction. - parse_
key_ 🔒code - Parse a key code string into a [
KeyCode].