 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
vdongen
Joined: 08 May 2005 Posts: 41 Location: Jakarta, Indonesia
|
Posted: Sun Nov 12, 2006 2:53 am Post subject: MouseClick, WheelDown, , ,X -> X is always like value 1 |
|
|
I use the command MouseClick, WheelDown, , ,X to simulate a mousewheel going down. I use it to zoom out from a map application. But it seems that the value X is only simulated as one time (X=1), so when X=5, the result is the same. How to avoid this problem?
Bart |
|
| Back to top |
|
 |
i3egohan
Joined: 18 Jul 2006 Posts: 403
|
Posted: Sun Nov 12, 2006 2:57 am Post subject: |
|
|
| Please Elaborate More |
|
| Back to top |
|
 |
vdongen
Joined: 08 May 2005 Posts: 41 Location: Jakarta, Indonesia
|
Posted: Sun Nov 12, 2006 4:46 am Post subject: |
|
|
| What do you mean guy? |
|
| Back to top |
|
 |
Carlol
Joined: 14 Aug 2006 Posts: 163 Location: CPH
|
Posted: Sun Nov 12, 2006 7:44 am Post subject: |
|
|
He means, that he need more details because there's not enough info, to understand the problem fully !  |
|
| Back to top |
|
 |
vdongen
Joined: 08 May 2005 Posts: 41 Location: Jakarta, Indonesia
|
Posted: Sun Nov 12, 2006 9:31 am Post subject: |
|
|
I just showed the story to my Indonesian maid, she understands my problem (though her English is not pretty good) but has no solution. So, replied.
I do have a mouse. A mouse with a wheel. You can rotate the wheel. I have a program with a map. When I turn on the wheel downwards, you can zoom in and when I turn upwards, zoom out.
In AutoHotKey, there is a command MouseClick, WheelDown, , ,X where X is the amount of wheel notches it will simulate.
What value X I mention in the script, it is always simulating as if the wheel perform one notch, while I want more notches.
Anybody has a solution, since my maid is now washing the dishes and cannot help me more.
Bart |
|
| Back to top |
|
 |
polyethene
Joined: 11 Aug 2004 Posts: 5248 Location: UK
|
Posted: Sun Nov 12, 2006 10:25 am Post subject: |
|
|
Try: Send, {WheelDown %x%} _________________ GitHub • Scripts • IronAHK • Contact by email not private message. |
|
| Back to top |
|
 |
vdongen
Joined: 08 May 2005 Posts: 41 Location: Jakarta, Indonesia
|
Posted: Sun Nov 12, 2006 12:39 pm Post subject: |
|
|
Noppes.
But I just copied the
MouseClick, WheelDown, , , 1
a few times. Works.
Thanks. |
|
| 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
|