AutoHotKey script for Company of Heroes 2

Company of Heroes 21.5k views23 favorites1 min readby kOOsmatyUpdated Apr 2, 2022View on Steam ↗

What U have to do

In order to be able to move around the map with WSAD you must:

  1. Download the app: publisher's website[www.autohotkey.com]
  2. Right click on the desktop and create a new script.
    You can name the file anything you want. Make sure the file you created has the extension ".ahk". The file can be edited in notepad.
  3. Replace the entire content of the file with:

#IfWinActive, Company Of Heroes 2

F8::Suspend

w::up
a::left
s::down
d::right
e::w
t::e
g::a
b::s
n::d
space::Numpad0
]::MButton

[::Suspend
Return

  1. Save and close the file.
  2. Click 2xLMB on the script.
    You will know that the script will run after the green icon appears on the taskbar (next to the clock).
  3. Enjoy the game.

"F8" and "[" keys turn script on/off.
Space button turn on/off tactical map.

*The above suggestion of the key bindings was made on the "GREED KEYs" setting in the game.

This guide was created by its original author on the Steam Community. Are you the author and want it removed? Request removal.