Crate keymaps

Source

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
LockStateKeys
The lock state of the lock keys.
ModifierState
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§

LockStateChecker
A lock state checker.
ModifierChecker
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.