AutoHotkey Community

It is currently May 27th, 2012, 3:05 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: March 19th, 2010, 11:07 am 
Offline

Joined: March 19th, 2010, 11:01 am
Posts: 3
Me and my buddy downloaded AHK and tried to remap a number from the number pad to our 3rd and 4th mouse buttons. It worked, however we can't get it to work properly in Warcraft 3. Can anyone help or explain why this is?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 19th, 2010, 4:41 pm 
Offline

Joined: November 28th, 2009, 4:45 am
Posts: 3089
FAQ-Games


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 19th, 2010, 10:33 pm 
Offline

Joined: March 19th, 2010, 11:01 am
Posts: 3
Thank yoouuu.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 19th, 2010, 11:04 pm 
Offline

Joined: November 28th, 2009, 4:45 am
Posts: 3089
KoreKuni wrote:
Thank yoouuu.

That looks a little sarcastic. If you don't understand how to apply the suggestions ask. If you do did it Work?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 20th, 2010, 2:16 pm 
Offline

Joined: March 19th, 2010, 11:01 am
Posts: 3
Sorry lol. I was just happy I found a way to get it work. However it still seems a bit like gibberish to me. mind helping me out?

I have this so far, not much though:

XButton2::Numpad8
XButton1::Numpad7


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 20th, 2010, 4:39 pm 
Offline

Joined: November 28th, 2009, 4:45 am
Posts: 3089
Code:
SetKeyDelay, 50, 50
XButton2::Send {Numpad8}
XButton1::Send {Numpad7}

Code:
XButton2::SendPlay {Numpad8}
XButton1::SendPlay {Numpad7}

Code:
XButton2::ControlSend , , {Numpad8}, A
XButton1::ControlSend , , {Numpad7}, A

If none of those work look closer at ControlSend and try using Windows Spy to determine Window Title and Control Names to send to.


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher, rbrtryn, Yahoo [Bot] and 29 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