Expand description
Sticky Modifier keys.
Structs§
- Config
- Sticky Key configuration.
- Context
- Sticky Modifiers context.
- Key
- A key for HID Keyboard usage codes.
- KeyState
- Key state for sticky modifier keys.
- Pending
KeyState - The pending key state type for sticky modifier keys. (No pending state).
- Ref
- Reference for a sticky modifier key.
- System
- The key::System implementation for keyboard keys.
Enums§
- Behavior
- Whether the pressed Sticky modifier key is “sticky” or “regular”.
- Event
- Sticky Modifier key events.
- Sticky
KeyActivation - When the sticky modifiers activate.
- Sticky
KeyRelease - When the sticky modifiers release.
Constants§
- DEFAULT_
ACTIVATION - Default activation.
- DEFAULT_
CONFIG - The default Config.
- DEFAULT_
RELEASE - Default sticky release behaviour.