Skip to main content

Module binds

Module binds 

Source

Macros§

bindmap
Example
key
check and expand at compile-time the provided expression into a valid KeyCombination.

Structs§

KeyCombination
A Key combination wraps from one to three standard keys with optional modifiers (ctrl, alt, shift).
KeyModifiers
Represents key modifiers (shift, control, alt, etc.).
SimpleMouseEvent
Crossterm mouse event without location

Enums§

MouseButton
Represents a mouse button.
MouseEventKind
A mouse event kind.
Trigger

Traits§

BindMapExt

Functions§

display_binds
mouse_event_kind_as_str

Type Aliases§

BindMap