Expand description
The keybinding table: context → key → action, with a primary/alias flag.
Dispatch, the hint bar, and the help overlay are all generated from this
one table, so they can never drift. Standard keys (arrows, F2, Del,
Enter) are the primary bindings the UI advertises; the vim-style letters
are complementary aliases bound on top, never instead.
Structs§
- Binding
- One row of the keybinding table.
Enums§
- Action
- Every dispatchable studio action.
- Context
- Where a binding applies. Contexts are consulted from most to least
specific: the focused pane’s context, then
Context::Conceptwhen a concept is selected, thenContext::Global.