| View previous topic :: View next topic |
| Author |
Message |
Sauron Guest
|
Posted: Fri May 02, 2008 4:37 pm Post subject: Cannot dragging |
|
|
Hello,
it simulates double click to open documents but i cannot use it for dragging. For example i cannot move with volume conrol in winamp or scrolling a web page. How can i implement draging into it?
| Code: |
t::
mouseclick, left
mouseclick, left
|
thanks! |
|
| Back to top |
|
 |
SomeGuy
Joined: 21 Apr 2008 Posts: 96 Location: somewhere
|
Posted: Fri May 02, 2008 5:02 pm Post subject: |
|
|
| search for MouseClickDrag |
|
| Back to top |
|
 |
[VxE]
Joined: 07 Oct 2006 Posts: 1132
|
Posted: Fri May 02, 2008 9:57 pm Post subject: |
|
|
| Code: | t::
Click
Click Down
KeyWait %A_ThisHotkey%
Click Up
return |
_________________ My Home Thread
More Common Answers: 1. It's in the FAQ 2. Ternary ( ? : ) guide 3. Post code with [code][/code] tags |
|
| Back to top |
|
 |
Sauron Guest
|
Posted: Sun May 04, 2008 12:50 am Post subject: |
|
|
| thank you.. |
|
| Back to top |
|
 |
|