Modules§
- Keymap configuration store.
Structs§
- A FR AZERTY keymap.
- Tracks the current state of all the keyboard keys.
- A Us Qwerty keymap
- The lock state of the lock keys.
- Tracks the current state of “significant” modifier keys.
- A US COLEMAK keymap.
- A US DVORAK keymap.
- A US QWERTY keymap.
Traits§
- A lock state checker.
- A trait for something that can be tested for modifier presence.
Functions§
- Extracts key meaning in accordance with the Fuchsia key event API specification.
- Converts the keymap string into a supported
KeymapId
. - Gets a keymap based on the supplied
keymap
selector. If no keymap is found the fallback is always US QWERTY.