From the wonderful RedGuides Wiki
This command is added by MacroQuest
Syntax Key
Notation |
Description
|
Text without brackets or braces |
Required items
|
<Text inside angle brackets> |
Placeholder for which you must supply a value
|
[Text inside square brackets] |
Optional items
|
Vertical bar (|) |
Separator for mutually exclusive items; choose one
|
{Text | inside | braces} |
Set of required items; choose one
|
Ellipsis (…) |
Items that can be repeated
|
Syntax
|
/mouseto [ + | - ]<X> [ + | - ]<Y>
|
Description
|
Places the mouse at the exact x, y coordinates on the screen. Adding a + or - will move mouse to a relative position.
|
|
Options
Examples
/mouseto 100 100
will move the mouse to coordinate 100 100 in the EQ window.
/mouseto +1 +1
will move mouse one pixel to the right and one pixel up.
See also