 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Mindriot101 Guest
|
Posted: Sun Jul 15, 2007 3:53 pm Post subject: Dota hotkey remapping |
|
|
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
|
Posted: Sun Jul 15, 2007 8:33 pm Post subject: |
|
|
| Never mind, came up with using suspend command to disable hotkeys during chat |
|
| Back to top |
|
 |
oboz Guest
|
Posted: Sat Jul 19, 2008 3:08 pm Post subject: |
|
|
Would you mind sharing your solution pretty please?  |
|
| 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
|