Skip to main content

Module keys

Module keys 

Source
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).
KeybindingsConfig
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].