Closed snowlue closed 4 months ago
Btw the docs shows me that option in a list. So I really confused...
pavel@snowlue-laptop:~$ ydotool mousemove
Usage: mousemove [OPTION]... [-x <xpos> -y <ypos>] [-- <xpos> <ypos>]
Move mouse pointer or wheel.
Options:
-w, --wheel Move mouse wheel relatively
-a, --absolute Use absolute position, not applicable to wheel
-x, --xpos X position
-y, --ypos Y position
-h, --help Display this help and exit
You need to disable mouse speed acceleration for correct absolute movement.
Oh, sorry me, I saw that somebody has issued that before in #245.
I use guide from #151, but got an error that
-w
is invalid option. Looks like something was broken in last version. And it seems that it is with argument parsing inmousemove
, because I see usage forydotool
, but notydotool mousemove
. Could you check please and help me with it?