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 

Question about MouseClickDrag

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






PostPosted: Thu Feb 24, 2005 9:49 pm    Post subject: Question about MouseClickDrag Reply with quote

Hi all,

Is there a way to combine a keystroke with the MouseClickDrag function? What I need to do is to be able to hold down the shift key as I am dragging an object.

Hopefully there will be an easy answer.

Thanks!
Back to top
jonny



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Thu Feb 24, 2005 9:54 pm    Post subject: Reply with quote

Code:
Send, {shift down}
MouseClickDrag,L,250,250,300,300
Send, {shift up}
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   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