We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
sleep 2 && cargo run
lo, world!
The text was updated successfully, but these errors were encountered:
I've also experienced this behavior on the steamdeck. I believe it's because of system level reasons, but i have no proof.
Sorry, something went wrong.
I also tested it on Xorg AwesomeWm and the results are similar, so it's not related to Wayland only.
Also I should mention that it's not like it cuts exactly the same number of characters, sometimes it's one more or one less
No branches or pull requests
Here is the code example
Command:
sleep 2 && cargo run
Switch to other terminal
Output in the second terminal:
lo, world!
This is on linux Hyprland.
The text was updated successfully, but these errors were encountered: