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 

MouseClick, WheelDown, , ,X -> X is always like value 1

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



Joined: 08 May 2005
Posts: 41
Location: Jakarta, Indonesia

PostPosted: Sun Nov 12, 2006 2:53 am    Post subject: MouseClick, WheelDown, , ,X -> X is always like value 1 Reply with quote

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
View user's profile Send private message Visit poster's website
i3egohan



Joined: 18 Jul 2006
Posts: 403

PostPosted: Sun Nov 12, 2006 2:57 am    Post subject: Reply with quote

Please Elaborate More
Back to top
View user's profile Send private message
vdongen



Joined: 08 May 2005
Posts: 41
Location: Jakarta, Indonesia

PostPosted: Sun Nov 12, 2006 4:46 am    Post subject: Reply with quote

What do you mean guy?
Back to top
View user's profile Send private message Visit poster's website
Carlol



Joined: 14 Aug 2006
Posts: 163
Location: CPH

PostPosted: Sun Nov 12, 2006 7:44 am    Post subject: Reply with quote

He means, that he need more details because there's not enough info, to understand the problem fully ! Cool
Back to top
View user's profile Send private message
vdongen



Joined: 08 May 2005
Posts: 41
Location: Jakarta, Indonesia

PostPosted: Sun Nov 12, 2006 9:31 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
polyethene



Joined: 11 Aug 2004
Posts: 5248
Location: UK

PostPosted: Sun Nov 12, 2006 10:25 am    Post subject: Reply with quote

Try: Send, {WheelDown %x%}
_________________
GitHubScriptsIronAHK Contact by email not private message.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
vdongen



Joined: 08 May 2005
Posts: 41
Location: Jakarta, Indonesia

PostPosted: Sun Nov 12, 2006 12:39 pm    Post subject: Reply with quote

Noppes.
But I just copied the

MouseClick, WheelDown, , , 1

a few times. Works.

Thanks.
Back to top
View user's profile Send private message Visit poster's website
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