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