AutoHotkey Community
Let's help each other out
FAQ
Search
Memberlist
Register
Profile
Log in to check your private messages
Log in
Question about MouseClickDrag
AutoHotkey Community Forum Index
->
Ask for Help
View previous topic
::
View next topic
Author
Message
Guest
Posted: Thu Feb 24, 2005 9:49 pm
Post subject: Question about MouseClickDrag
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
Posted: Thu Feb 24, 2005 9:54 pm
Post subject:
Code:
Send, {shift down}
MouseClickDrag,L,250,250,300,300
Send, {shift up}
Back to top
Display posts from previous:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
AutoHotkey Community Forum Index
->
Ask for Help
All times are GMT
Page
1
of
1
Jump to:
Select a forum
AutoHotkey
----------------
Ask for Help
Scripts & Functions
Bug Reports
Wish List
Announcements
General
----------------
Utilities & Resources
General Chat
You
can
post new topics in this forum
You
can
reply to topics in this forum
Powered by
phpBB
© 2001, 2005 phpBB Group