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§
Enums§
Statics§
- KEY_
REGISTRY - Every default binding. The order within a category is the order shown in the help overlay.