AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Setting relative cursor position?

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Sun Jun 21, 2009 3:00 pm    Post subject: Setting relative cursor position? Reply with quote

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





PostPosted: Sun Jun 21, 2009 3:30 pm    Post subject: Reply with quote

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






PostPosted: Sun Jun 21, 2009 3:43 pm    Post subject: Reply with quote

Yeah like that, except not click, but just move the cursor.
Back to top
me10c



Joined: 22 Nov 2008
Posts: 44

PostPosted: Sun Jun 21, 2009 3:46 pm    Post subject: Reply with quote

eh then Move, RelX , RelY Smile
anyways I'm glad I could help Laughing
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group