Need Help!! Simple Keybind Script for Hell Let Loose

Ask gaming related questions (AHK v1.1 and older)
torniquethd
Posts: 1
Joined: 16 Apr 2018, 07:25

Need Help!! Simple Keybind Script for Hell Let Loose

16 Apr 2018, 07:31

hey guys, super new to AHK... wondering if anyone can give me a hand with setting keybindings for the new game Hell Let Loose. the WASD keys are hard bound and cannot be changed, as i'm a left handed gamer I use the numpad for my movement keys. I just need the W remapped to NUM8, A remapped to NUM4, S remapped to NUM5 and D remapped to NUM6.

Appreciate the help in advance peeps!!

Torni
Acuena
Posts: 20
Joined: 27 Jan 2014, 14:56

Re: Simple Keybind Script for Hell Let Loose

16 Apr 2018, 07:42

Wrong section to post question.
This section is for completed code.
Here is the correct section for asking about code: https://autohotkey.com/boards/viewforum.php?f=5

Anyhow, try:

Code: Select all

numpad8::w
numpad5::s
numpad6::d
numpad4::a
Hopefully it works.
You can read more about send to here: https://autohotkey.com/docs/commands/Send.htm

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 78 guests