someone please make a AHK sript for me that works in with the new grid key system in coh2.
The current grid system is great and all but i want 2 changes
attack move to change from q to w
and tac map to pop up with ctrl+s
rest all the grid i want to stay the same..
however if it is not possible to make with the grid system. id still like attack move with w and tac map with ctrl+s.. since thats all i use
thx in advance.
ps i downloaded and tried ahk for vcoh with coh2 but it didnt work
need help for AutoHotKey
16 Aug 2013, 10:14 AM
#1
Posts: 366
16 Aug 2013, 10:28 AM
#2
17 Posts: 2838 | Subs: 3
#IfWinActive, Company Of Heroes
w::q
^s::Numpad0
return
I think that will work.
w::q
^s::Numpad0
return
I think that will work.
16 Aug 2013, 10:40 AM
#3
Posts: 1582 | Subs: 4
#IfWinActive, Company Of Heroes
It should usually have the exact name of the application that also appears in the task manager. For CoH2 it should therefore be
Code
#IfWinActive, Company Of Heroes 2
if i am not mistaken (writing from work)
Also, i would assign a new key for w, if you use it for q. easiest would be to just swap them.
16 Aug 2013, 10:49 AM
#4
17 Posts: 2838 | Subs: 3
It should usually have the exact name of the application that also appears in the task manager. For CoH2 it should therefore be
Code#IfWinActive, Company Of Heroes 2
I expect it will work for both, actually, as I had it written. I use the same AHK script for both COH1 and COH2. But maybe I'm just lucky

#IfWinActive, Company Of Heroes
q::Numpad0
return
16 Aug 2013, 17:57 PM
#5
Posts: 366
didnt work at all.. i tried with both normal key system and grid key system
28 May 2016, 03:51 AM
#6
4 Posts: 4301 | Subs: 2
the script CH had provided me worked.
but now it suddenly stopped working out of the blue. literally nothing has changed.
any ideas?
EDIT: nvm. i just had to add 2 at the end of the first line.... whhhhhhhhhhhheird.
but now it suddenly stopped working out of the blue. literally nothing has changed.
any ideas?
EDIT: nvm. i just had to add 2 at the end of the first line.... whhhhhhhhhhhheird.
PAGES (1)

1 user is browsing this thread:
1 guest
Livestreams
|
|
|
126 | ||
|
|
|
36 | ||
|
|
|
19 | ||
|
|
|
52 | ||
|
|
|
37 | ||
|
|
|
11 | ||
|
|
|
8 | ||
|
|
|
7 | ||
|
|
|
2 | ||
|
|
|
1 |
Ladders Top 10
-
#Steam AliasWL%Streak
- 1.797136.854+3
- 2.46468.872-1
- 3.871298.745+2
- 4.14465.689-1
- 5.401212.654+3
- 6.21156.790-2
- 7.301128.702+3
- 8.501325.607+4
- 9.408297.579+2
- 10.327119.733-2
Replay highlight
VS
-
cblanco ★ -
보드카 중대
-
VonManteuffel -
Heartless Jäger
Einhoven Country
Honor it
15
Download
2715
Board Info
1060 users are online:
1060 guests
0 post in the last 24h
1 post in the last week
17 posts in the last month
1 post in the last week
17 posts in the last month
Registered members: 62284
Welcome our newest member, Sciscoyh
Most online: 4501 users on 26 Oct 2025, 01:00 AM
Welcome our newest member, Sciscoyh
Most online: 4501 users on 26 Oct 2025, 01:00 AM







