Bind arrow keys to WASD keys at the same time?

Ask gaming related questions (AHK v1.1 and older)
User avatar
jojjjjjj
Posts: 1
Joined: 06 Sep 2020, 18:58

Bind arrow keys to WASD keys at the same time?

06 Sep 2020, 19:12

Currently, I'm playing a two-player game, where each character is controlled by WASD and the arrow keys. i want to control BOTH characters at the same time, only using the arrow keys. is there a way to set the arrow keys to WASD without removing their original functionality at the same time?
User avatar
DyaTactic
Posts: 221
Joined: 04 Apr 2017, 05:52

Re: Bind arrow keys to WASD keys at the same time?

07 Sep 2020, 03:02

I belive you need the tilde prefix. This retains the original function of the key and triggers the hotkey at the same time.

Code: Select all

~Left::a
~Right::d
~Up::w
~Down::s
I am not sure if the wasd-keys are properly held down this way though. Let me know if there is a problem.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: anth33 and 34 guests