How to put the mouse in a specific position x,y and click on it? #249
Replies: 3 comments 1 reply
-
Since the mouse position is not known to input-remapper, all you can do is first move the mouse to a corner, and then to the coordinates you want it to move to.
this moves the mouse to 100, 100 (measured from the top left) and clicks |
Beta Was this translation helpful? Give feedback.
-
Is it possible to move back the mouse to where it was? |
Beta Was this translation helpful? Give feedback.
-
You can use some third-party program to read the mouse coords, create a script with your entire algorithm, then launch the script from a key-combo, remap that key-combo to your preferred input device. In fact, you wouldn't even need input-remapper for this |
Beta Was this translation helpful? Give feedback.
-
Hey Guys, I'm trying to set up this condition, when I press the wheel down it should move to a specific part of my screen and then auto left click whenever my current position is. Any ideas on how to do it?
Beta Was this translation helpful? Give feedback.
All reactions