Trait SetKeymapContext

Source
pub trait SetKeymapContext {
    // Required method
    fn set_keymap_context(&mut self, context: KeymapContext);
}
Expand description

Trait for setting the keymap context.

Required Methods§

Source

fn set_keymap_context(&mut self, context: KeymapContext)

Sets the keymap context.

Implementors§

Source§

impl SetKeymapContext for smart_keymap::key::composite::Context

Source§

impl SetKeymapContext for smart_keymap::key::keyboard::Context