pub fn apply(
key: Key,
modifier_state: &impl ModifierChecker,
lock_state: &impl LockStateChecker,
) -> Option<KeyMeaning>Expand description
Applies the US QWERTY keymap to the given key.
pub fn apply(
key: Key,
modifier_state: &impl ModifierChecker,
lock_state: &impl LockStateChecker,
) -> Option<KeyMeaning>Applies the US QWERTY keymap to the given key.