im assuming you dont use grid hotkeys. if you do, attack move would be Q instead of A
Codea::Left
s::Down
d::Right
w::Up
e::w
q::
Send {a}
Send {LButton}
Mbutton::Numpad0
return
Enter::
Suspend
Send {NumpadEnter}
return
this should work. it can get a little messed up why trying to type with wasd though. just make sure you never press numpad enter to start typing, since enter is the key that toggles wasd between arrows and letters.
TY !! have no ide what gridkeys are