pub fn type_keysyms_to(socket_path: &str, keysyms: &[u32]) -> Result<(), String>Expand description
Like type_text_to, but taps the given keysyms verbatim: the caller owns
which keysym spells which character; this owns delivery (base-reachable
keysyms press their ordinary keycodes, the rest overlay-bind).