WASD map movement with AutoHotkey?
Posted: Wed May 19, 2021 5:47 pm
Yesterday I got WASD work with WarPlan with this script after I made sure VirusScanner does not mark it as false positive:
#IfWinActive ahk_exe WarPlan.exe
w::Up
s::Down
a::Left
d::Right
#IfWinActive
I played north africa campaign through after that. And today excited I bought WarPlan pacific. But for some reason there is no way I can get the AutoHotkey to work. I tried all possible combinations. I even tried this one, which works even in notepad but not WarPlan Pacific:
w::Up
s::Down
a::Left
d::Right
Did warplan pacific somehow drop support for AutoHotkey? Has anyone managed to get it working? WASD are the only keys I need for wargames, I dont need any other. WASD is very important for my wrists. They start to hurt if I dont have them. I like wargames but Im not masochist.
#IfWinActive ahk_exe WarPlan.exe
w::Up
s::Down
a::Left
d::Right
#IfWinActive
I played north africa campaign through after that. And today excited I bought WarPlan pacific. But for some reason there is no way I can get the AutoHotkey to work. I tried all possible combinations. I even tried this one, which works even in notepad but not WarPlan Pacific:
w::Up
s::Down
a::Left
d::Right
Did warplan pacific somehow drop support for AutoHotkey? Has anyone managed to get it working? WASD are the only keys I need for wargames, I dont need any other. WASD is very important for my wrists. They start to hurt if I dont have them. I like wargames but Im not masochist.