ydotool
ydotool copied to clipboard
Generic command-line automation tool (no X!)
Before the latest set of commits today (built as of e9d4ed823f) , ydotool would type the `\` correctly but now it no longer does. Reverting to commits before today (2023-01-11)...
Since 1.0.0 and on requires actual key codes instead of key names, I see the note about getting key codes from /usr/include/linux/input-event-codes.h. And I see in the examples, you use...
the --wheel argument doesn't take negative value since it's not a require_argument, I make this PR for it, this will allow scroll back with mouse wheel
Hi, if I type in `ydotool type "This is a test"` I get this instead: `Ydco co a y.oyv` which signifies that `ydotool` is typing in QWERTY, not Dvorak. For...
Steps to reproduce: 1. Compile latest ydotool from source 2. `sudo ydotoold` 3. `sudo ydotool mousemove --absolute -x 300 -y 300`
Using the master branch checked out this evening, any attempt to set an absolute mouse position triggers the upper left Gnome hot corner / overview, whether it is 10, 100,...
Click, type, key is working fine except mousemove which didn't do anything and din't result any error 
I'm using rofi-pass, and I can see that some of my passwords are not correctly typed by ydotool, with the french caracters 'é', or 'à' or 'è'… For example if...
Ok my main usage for xdotool was to emulate a german keyboard layot. Is there a way to ```ydotool type``` the characters äöüÄÖÜß? I havent looked into the source yet...
``` [mars@mars ~]$ echo $YDOTOOL_SOCKET /home/mars/.ydotool_socket ``` ``` [mars@mars ~]$ ydotool type gg failed to connect socket `/run/user/1000/.ydotool_socket': No such file or directory Please check if ydotoold is running. ```...