Macros
Structs
- Describes a state and action to take in that state.
- Modes available for key bindings.
- Newtype for implementing deserialize on winit Mods.
- Bindings are deserialized into a
RawBinding
before being parsed as aKeyBinding
orMouseBinding
.
Enums
- Key location for matching bindings.
- Mouse binding specific actions.
- Search mode specific actions.
- Vi mode specific actions.
Functions
Type Aliases
- Bindings that are triggered by a keyboard key.
- Bindings that are triggered by a mouse button.