VOGONS

Common searches


First post, by brakenwagen

User metadata
Rank Newbie
Rank
Newbie

Dosbox seems to only partially recognize Autohotskeys. I can send a signal key but not two at the same time. So making q=ctrl or making q=left works. But making q=ctrl+left will not work. This works just fine in other programs, games, and emulators so it seems to be something on Dosbox’s end any ideas?

Reply 3 of 3, by brakenwagen

User metadata
Rank Newbie
Rank
Newbie

well good news i got it to work here is my autohotkeys script in case it interests anyone.

q::send {Ctrl Down}{left down}
q UP::send {Ctrl up}{left up}
^a::send q

e::send {Ctrl Down}{right down}
e UP::send {Ctrl up}{right up}
^f::send e

a::left
d::right
w::up
s::down

left::a
right::d
up::w
down::s

j::f
f::j

Its for TES Arena, that game has some @$$hat backwards controls thank god for external remap programs