Commands & Syntax > Commands > Mouse Commands >

www.perfectkeyboard.com

 

COORDINATES - < mousemove_absolute > ... [Free]

 

Mouse COORDINATES
<mousemove_absolute>
Available in: Free edition

Changes "mouse move" command behavior so that "mouse move" coordinates are in computer screen absolute coordinates (default behavior).

 

 

Example (Macro Steps):

 

1

<#> <#>This macro moves cursor to position [100,100]

2

Mouse COORDINATES are now ABSOLUTE

3

Mouse MOVE position [ x=100, y=100 ]

Example (Plain Text):

 

<#>This macro moves cursor to position [100,100]

<mousemove_absolute><mm>(100,100)