AutoHotkey Community

It is currently May 26th, 2012, 7:29 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: May 3rd, 2009, 7:32 pm 
Offline

Joined: March 25th, 2007, 7:55 am
Posts: 52
Location: northwest USA
Hello all,

This is a followup question on this previous thread about activating a wheeldown command via a hotstring or a hotkey. Enguneer was kind enough to help me figure out how to do this via a hotstring.

Now, I actually am trying to get it to work with a hotkey, but once again, it seems not to work. The hotkey I'm trying to use is <alt><ctrl><H>. It's probably some simple thing.

Here's the script:
Code:
;********SCROLLING*****
^!h::
MouseClick, WheelDown, , , 3
return

_________________
Regards,

Alan Stancliff
My Web Site


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 3rd, 2009, 8:02 pm 
Offline
User avatar

Joined: November 2nd, 2008, 4:23 pm
Posts: 2906
Location: 127.0.0.1
Heres the way I usualy write it. I think your way should have worked too but try this.
Code:
^!h::
Send, {WheelDown 3}
return

_________________
aboutscriptappsscripts
Any code ⇈ above ⇈ requires AutoHotkey_L to run


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 3rd, 2009, 8:28 pm 
Offline

Joined: March 25th, 2007, 7:55 am
Posts: 52
Location: northwest USA
Thanks, Frankie,

That seems to have done it.

_________________
Regards,

Alan Stancliff
My Web Site


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Alpha Bravo, Cephei1, krajan, over21, RaptorX, rbrtryn, Xx7 and 65 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group