-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Dual monitors: Can't move the mouse to the other monitor #273
Comments
It's not possible for ydotool to get current mouse position because it' just a virtual mouse. You need other tools that can talk to your current display manager to get the cursor position. |
The problem with multiple monitors is that the position is not getting the right starting x/y. Also with absolute or not is not positioning in the right monitor and in the right position. The problem is like there is no way to reset the position to something in the center (I have 3 monitor with different sizes).
I would like to move to the other screen but doens't work very good as everytime the position is different and based from where the mouse is. |
https://github.com/jinliu/kdotool As example this tool return: X=4359 But those values doens't work on ydotool. |
My system has two monitors. The mousemove command moves the mouse pointer to a spot on the monitor where the mouse pointer is currently. Is there a way to move the mouse to the other monitor?
It would also be helpful to know where the mouse pointer currently is, similar to the xdotool command getmouselocation. If such a command is implemented, I would like it to return the coordinates of the mouse pointer and which screen the mouse pointer is currently on.
The text was updated successfully, but these errors were encountered: