Expand description
Keybindings system with context-aware key parsing and lookup
Structs§
- Keybindings
- Keybindings configuration with context support
Traits§
- Binding
Context - Trait for user-defined keybinding contexts
Functions§
- format_
key_ for_ display - Format a key string for display (e.g., “ctrl+p” -> “^P”, “q” -> “q”, “tab” -> “Tab”)
- parse_
key_ string - Parse a key string like “q”, “esc”, “ctrl+p”, “shift+tab” into a KeyEvent