Expand description
Types and initial data used for constructing a keymap::Keymap. cbindgen:ignore
Constants§
- Config used to construct initial context.
- Initial Context value.
- A tuples KeysN value with keys. Without a custom keymap, just the letter ‘A’.
- Number of layers supported by the crate::key::layered implementation.
- The maximum number of chords.
Type Aliases§
- Alias for Context type; i.e. composite::Context.
- Alias for Event type; i.e. composite::Event.
- Alias for keys.
- Alias for a tuples KeysN type. Without a custom keymap, just a single composite::Key.
- Alias for PressedKey type; i.e. composite::PressedKey.