Expand description
Keyboard shortcut mapping.
Structs§
- Binding
- A single key binding with display text and description.
- KeyMap
- Declarative key binding map.
- Published
Keymap - A single published keymap entry collected via
Context::publish_keymap(issue #236).
Traits§
- Widget
KeyHelp - Opt-in trait for users to publish a widget’s keymap to the framework so
Context::keymap_help_overlaycan list it on?press (issue #236).