Trait surgefilter_comb::imports::KeyboardRemapper[][src]

pub trait KeyboardRemapper {
    fn remap_to_keyboard(&mut self, k: &KeyboardMapping) -> bool;
fn remap_to_standard_keyboard(&mut self) -> bool; }

Required methods

Implementors