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.
Here is the code example
Command:
sleep 2 && cargo runSwitch to other terminal
Output in the second terminal:
lo, world!This is on linux Hyprland.