I use Camera Rotation on WASD...
Relic give us the option like in Dota to edit our own hotkeys... I mean retreat on t and camera rotation on the arrow keys is just ridiculous.
Every game should have the option to allow the user some key modification. So the usage of AHK seems legit imo.
my AHK code:
#IfWinActive, Company Of Heroes
w::Up ; Camera
a::Left ;
s::Down ;
d::Right ;
q::u ; revert drive
e::t ; retreat
c::a ; attack move
f::Numpad0 ; tactical map
F9:: Suspend ; suspend script ON/OFF
return
On the other hand, some people have reported that some anticheat picks up AHK as a cheat engine and will permanantly ban you. It's put me off trying it.
If you use it for some key rebinds it should be no problem. Of course you can use this program to excute long strings of mouse commands which might become problematic.