Hey Guys,
I'm using ahk scripts to change my hotkeys, but mine stopped working somehow.
It's disabling as soon as I tab into CoH2.
Heres the content:
#IfWinActive, Company Of Heroes 2
{
;;;;;;;;;;;;; return enables normal chat
Return::
Suspend
if ( A_IsSuspended ){
Send {Enter}
}
if ( !A_IsSuspended ){
Send {Enter}
}
return
;;;;;;;;;;;;; shift + return enables normal chat
+Return::
Suspend
if ( A_IsSuspended ) {
Send +{Enter}
}
if ( !A_IsSuspended ) {
Send +{Enter}
}
return
;;;;;;;;;;;;; alt for tactical map
Lctrl::Numpad0
;;;;;;;;;;;;; disables "jump to newest event", adds release of wasd keys to "catch" camera when camera keys are stuck
Space:end {Up up}{Down up}{Left up}{Right up}
;;;;;;;;;;;;; prevention of camera movement being stuck and lifting wasd keys also stop camera keys (WIP: key lose normal functionality)
;w up:end {Up up}
;s up:end {Down up}
;a up:end {Left up}
;d up:end {Right up}
;;;;;;;;;;;;; normal function
#if !GetKeyState("LCtrl", "P"")
{
w::Up
s:own
a::Left
d::Right
}
}
I hope somebody can help me out!
Greetings!
Livestreams
24 | |||||
27 | |||||
21 | |||||
2 | |||||
1 |
Ladders Top 10
-
#Steam AliasWL%Streak
- 1.855.944+26
- 2.843223.791+6
- 3.1103405.731+8
- 4.37859.865+24
- 5.657233.738-1
- 6.943411.696-1
- 7.281108.722+32
- 8.308114.730+4
- 9.10729.787+8
- 10.11842.738+5
Replay highlight
VS
- cblanco ★
- 보드카 중대
- VonManteuffel
- Heartless Jäger
Einhoven Country
Honor it
13
Download
1286
Board Info
941 users are online:
941 guests
1 post in the last 24h
5 posts in the last week
59 posts in the last month
5 posts in the last week
59 posts in the last month
Registered members: 50903
Welcome our newest member, Laknerds
Most online: 2043 users on 29 Oct 2023, 01:04 AM
Welcome our newest member, Laknerds
Most online: 2043 users on 29 Oct 2023, 01:04 AM