Here is the code example ``` use inputbot::KeySequence; fn main() { KeySequence("Hello, world!").send() } ``` Command: `sleep 2 && cargo run` Switch to other terminal Output in the second terminal: `lo, world!` This is on linux Hyprland.