I think this is probably simple, but I can't figure it out. All I want to do is to move the mouse cursor down 5 and to the left 10 from the current coordinates. The current coordinate location will move, so it should be a relative move from wherever the cursor is currently located. This move is not relative to the window size, but to the cursors current location.
thank you for your help.
Move mouse relative from current location
Moderators: Dorian (MJT support), JRL
-
- Macro Veteran
- Posts: 267
- Joined: Mon Sep 27, 2010 8:57 pm
- Location: Seattle, WA
Will this work for you?
Code: Select all
GetCursorPos>X,Y
MouseMove>{%X%+5},{%Y%+10}
-
- Newbie
- Posts: 4
- Joined: Mon Jun 06, 2011 2:58 am
-
- Newbie
- Posts: 4
- Joined: Mon Jun 06, 2011 2:58 am