pub fn type_text_to(socket_path: &str, text: &str) -> Result<(), String>Expand description
Type text in order through the persistent client for socket_path.
Codepoints with no keysym are skipped. Blocking; call off the compositor’s
calloop thread.