Skip to main content

Module keymap

Module keymap 

Source
Expand description

Static registry of every default keybinding, with category and human- readable description. Used by the help overlay; not the runtime dispatcher (that’s input::translate). The registry_matches_translate test in this module enforces that the two don’t drift.

User remaps from ~/.config/tess/keys.toml are layered on top in the help overlay via KeyMap::user_keys_by_command_name.

Structs§

KeyEntry

Enums§

Category

Statics§

KEY_REGISTRY
Every default binding. The order within a category is the order shown in the help overlay.