Expand description
Key combination types.
This is declared on this crate mostly to support shortcuts in commands, shortcut events are implemented in the input crate.
Macros§
- Creates a
Shortcut
.
Structs§
- A sequence of two keyboard combinations.
- A keyboard combination.
- Represents the current state of the keyboard modifiers.
- Shortcut, gesture parsing error.
- Conditions that must be met for the shortcut to apply.
- Multiple shortcuts.
Enums§
- A keyboard key used in a gesture.
- A modifier key press and release without any other key press in between.
- Keyboard gesture or chord associated with a command.
Traits§
- Adds the
shortcut
metadata.