 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Sun Jun 21, 2009 3:00 pm Post subject: Setting relative cursor position? |
|
|
| What can I use, as a command, to set the cursor position to a new one relative to its current one? For isntance, if I wanted ctrl+shift+q to set the cursor 10 pixels lower than it is when pressed, how would I do that? |
|
| Back to top |
|
 |
Guest ? Guest
|
Posted: Sun Jun 21, 2009 3:30 pm Post subject: |
|
|
I am not sure if that is what you want
Click, RelX ..., RelY ...
for example if your last click was at 100, 100
Click RelX -50, RelY+50
the code will click at 50, 150 |
|
| Back to top |
|
 |
Guest
|
Posted: Sun Jun 21, 2009 3:43 pm Post subject: |
|
|
| Yeah like that, except not click, but just move the cursor. |
|
| Back to top |
|
 |
me10c
Joined: 22 Nov 2008 Posts: 44
|
Posted: Sun Jun 21, 2009 3:46 pm Post subject: |
|
|
eh then Move, RelX , RelY
anyways I'm glad I could help  |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|