You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could not find in the Readme anything about the X,Y position so I don't know how this is going to work across multiple screen sizes and resolutions. Does it remain the same?
After some time I figured that I could use the mouse move m: to place the mouse at a specific location to have an easy way to get those x,y pairs. Do you have a better way to know the x,y value of a specific point on the screen?
How does this work? Is this related to the resolution of the screen?
How do you determine the x,y you want to click?
The text was updated successfully, but these errors were encountered:
Thank you, this a good and important info to be on Readme.
Now, how does it work? Is this based on the resolution? What happens with the coordinates when using different screen sizes. Are they going to happen in the same relative location?
The coordinates will always be relative to the top left corner of the main screen, regardless of the screen size. If you tell cliclick to move to 2500,1800 on a screen which is only 1024 x 768, no error will occur, the cursor will just be moved as far as possible.
I could not find in the Readme anything about the X,Y position so I don't know how this is going to work across multiple screen sizes and resolutions. Does it remain the same?
After some time I figured that I could use the mouse move
m:
to place the mouse at a specific location to have an easy way to get those x,y pairs. Do you have a better way to know the x,y value of a specific point on the screen?How does this work? Is this related to the resolution of the screen?
How do you determine the x,y you want to click?
The text was updated successfully, but these errors were encountered: