Expand description
Chorded keys. (Chording functionality).
Structs§
- Auxiliary
Key - Auxiliary chorded key (with a passthrough key).
- Chord
Indices - Chords are defined by an (unordered) set of keymap indices into the keymap.
- Chord
State - State for a key chord.
- Config
- Chord definitions.
- Context
- Chord definitions.
- Key
- Primary Chorded key (with a passthrough key).
- KeyState
- Key state used by System. (Chorded keys do not have a key state).
- Pending
KeyState - State for pressed keys.
- System
- The key::System implementation for the chorded key system.
Enums§
- Chord
Resolution - Whether the pressed key state has resolved to a chord or not.
- Event
- Events for chorded keys.
- Pending
Chord State - The resolution state of a chorded key.
- Ref
- Reference for a chorded key.
Constants§
- DEFAULT_
TIMEOUT - The default timeout.
Type Aliases§
- ChordId
- A chord identifier.