InputBot icon indicating copy to clipboard operation
InputBot copied to clipboard

KeySequence send doesn't work properly, It didn't print the whole world

Open bmariuszb opened this issue 10 months ago • 3 comments

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.

bmariuszb avatar Aug 18 '23 17:08 bmariuszb