Skip to content
New issue

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

Scrolling is not working now #246

Closed
snowlue opened this issue Jul 9, 2024 · 2 comments
Closed

Scrolling is not working now #246

snowlue opened this issue Jul 9, 2024 · 2 comments

Comments

@snowlue
Copy link

snowlue commented Jul 9, 2024

pavel@snowlue-laptop:~$ ydotool mousemove -w -- 0 1
ydotool: invalid option -- 'w'
Not a valid option

Usage: ydotool [OPTION] <cmd> <args>
Options:
  -h, --help                 Display this help and exit
  -V, --version              Show version information
Available commands:
  click
  mousemove
  type
  key
  debug
  bakers
  stdin
Use environment variable YDOTOOL_SOCKET to specify daemon socket.

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 in mousemove, because I see usage for ydotool, but not ydotool mousemove. Could you check please and help me with it?

@snowlue
Copy link
Author

snowlue commented Jul 9, 2024

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.

@snowlue
Copy link
Author

snowlue commented Jul 9, 2024

Oh, sorry me, I saw that somebody has issued that before in #245.

@snowlue snowlue closed this as completed Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant