Macro Scheduler v14
MouseMove
MouseMove>X,Y
Moves the mouse cursor to screen position X,Y. 0,0 is the upper left hand corner of the screen. The maximum limits are determined by your screen resolution settings. Variables containing the coordinates can be used in the command.
To help determine a particular point on the screen, the macro window has a cursor monitor which updates as you move the cursor. See Creating Scripts.
Abbreviation : Mou
See also: MouseMoveRel, LClick, LDown, LUp, LDblClick, RClick, RDown, RUp, RDblClick, MouseOver
Example
If position 504,252 is within the area taken up by a button, the following script would cause that button to be clicked :
MouseMove>504,252
LClick