So I've downloaded Autohotkey and made a script in notepad to turn my WASD keys into up,left,down,right keys. It's great, but there's a problem. What do I need to do to have WASD movement and also use attack move. The COH hot key for attack move is A. Any thoughts or suggestions would be great. Thanks guys.
;start of script
;reassigning the arrow keys a::left s::down d::right w::up
;start of script
;reassigning the arrow keys
a::left
s::down
d::right
w::up
CapsLock::Numpad0
c::.
v:post-13661-1143531603.gif
;reassigning the view keys
q::backspace
e::alt
;end of script
^Enter::Suspend
This post has been edited by SouthSig02: Apr 26 2012, 17:01 PM
Posts: 11