[][src]Function keyboard_layouts::string_to_keys_and_modifiers

pub fn string_to_keys_and_modifiers(
    layout_key: &str,
    string: &str
) -> Result<Vec<(u8, u8)>, Error>

Get a list of the key and modifier pairs required to type the given string on a keyboard with the specified layout.