ydotool icon indicating copy to clipboard operation
ydotool copied to clipboard

Generic command-line automation tool (no X!)

Results 76 ydotool issues
Sort by recently updated
recently updated
newest added

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)...

waiting for reply

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 ![2023-11-27T05:11:46,723979932+07:00](https://github.com/ReimuNotMoe/ydotool/assets/17421945/e162f9d3-06cf-4b35-8490-87f1ceb0e9a9)

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...

help wanted

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. ```...