pub fn type_text(text: &str) -> Result<(), Error>Expand description
Type text directly as Unicode input, bypassing the clipboard entirely.
Layout-independent, and the only option for targets that block programmatic paste (password managers, some VDI clients). Slow for long text: throughput is bounded by the receiving application’s message pump, not by this function.