Skip to main content

Module keymap

Module keymap 

Source
Expand description

Keyboard shortcut mapping.

Structs§

Binding
A single key binding with display text and description.
KeyMap
Declarative key binding map.
PublishedKeymap
A single published keymap entry collected via Context::publish_keymap (issue #236).

Traits§

WidgetKeyHelp
Opt-in trait for users to publish a widget’s keymap to the framework so Context::keymap_help_overlay can list it on ? press (issue #236).