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 

Dota hotkey remapping

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Mindriot101
Guest





PostPosted: Sun Jul 15, 2007 3:53 pm    Post subject: Dota hotkey remapping Reply with quote

Hi, trying to get used to this program as i can see the power it has. I'm very impressed and can see this becoming much more useful in the future once i learn the syntax

My request is wanting to move the arrow keys to the wsad keys for moving the map around. This gives me more control and better reach for the hotkeys.

I am then planning to move the hotkeys for the abilities to the qerf keys so they're under easy reach of the fingers.

The problem is with the wsad keys instead of the arrow keys. I have this code:

Code:
w::Send, {up}
s::Send, {down}
a::Send, {left}
d::Send, {right}


*enter::
Hotkey, w, toggle
Hotkey, s, toggle
Hotkey, a, toggle
Hotkey, d, toggle
Send, {enter}
return


This means that if i try and type then i can turn off the hotkeys. This looks like it should work but it doesn't, the map doesnt move. I have tested this code in notepad and it works fine but not in WC3.

If i type:

Code:
w::up
s::down
a::left
d::right


Then this works but i get an error when i press the enter button.

Can anyone shed some light on this situation?
Back to top
Mindriot101
Guest





PostPosted: Sun Jul 15, 2007 8:33 pm    Post subject: Reply with quote

Never mind, came up with using suspend command to disable hotkeys during chat
Back to top
oboz
Guest





PostPosted: Sat Jul 19, 2008 3:08 pm    Post subject: Reply with quote

Would you mind sharing your solution pretty please? Smile
Back to top
Display posts from previous:   
Post new topic   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