ydotool
ydotool copied to clipboard
Generic command-line automation tool (no X!)
I test type and debug and it works well ,but ``` gesture swipe left 3 ydotool key ctrl+pageup gesture swipe right 3 ydotool key ctrl+pagedown ``` is not work in...
I'm working with OpenSuse tumbleweed + Wayland + Plasma 6. I'\ve installed in this way: ``` zypper in ydotool ```` and run this as a root: ``` nohup ydotool &...
More modern cmake is of course better, but its probably nicer to require a version that is actually necessary
Is it possible to use ydotool in WSL2?
Everything ist working fine, but I can't get the ydotoold service to run in the background at system start, because it ha to be started with su privileges BUT as...
Since I had to do this myself and I found the readme lacking in this regard, I figured this could be a nice addition for new users
Hello, any news regarding this? > Our ultra-lightweight JavaScript runtime, Resonance, will be released in Q2 2024 in LGPL license. Is there any possibility to take focus on a window...
I am using ArchLinux with ydotool-git (but the issue is the same with the version from the repos). `ydotool-1:1.0.4.r33.gb0c5da3-1` I am using `de nodeadkeys` as a keyboard layout. In Plasma...
I've created a Python wrapper ([ydo](https://github.com/MPavleski/ydo)) for which the key names can be used. For example: ```bash # Type text ./ydo type "Hello world!" # Press Enter key ./ydo key...
Would it be possible to toggle the click state without an additional script? Since ydotool has a daemon that's running at all times, i don't see a reason not to...