Page 1 of 1

[ANSWERED] Help with AHK

Posted: May 30th, 2021, 8:22 pm
by diabolik
I need help with AHK

My current bind is Alt + 4, I want to make it Space + 4
Can someone type the code thanks

Current code:
!4::
Sendinput t/engine{Enter}
return

Re: Help with AHK

Posted: May 30th, 2021, 8:36 pm
by SpnKO

Code: Select all

Space & 4::
Sendinput t/engine{Enter}
return
have fun

Re: Help with AHK

Posted: May 30th, 2021, 8:41 pm
by diabolik
SpnKO wrote:
May 30th, 2021, 8:36 pm

Code: Select all

Space & 4::
Sendinput t/engine{Enter}
return
have fun
thx alot

I guess this can be locked

Re: Help with AHK

Posted: May 30th, 2021, 9:50 pm
by smog

Re: Help with AHK

Posted: June 3rd, 2021, 9:30 am
by Minnie
diabolik wrote:
May 30th, 2021, 8:41 pm
SpnKO wrote:
May 30th, 2021, 8:36 pm

Code: Select all

Space & 4::
Sendinput t/engine{Enter}
return
have fun
thx alot

I guess this can be locked
Okay.

Alternatively you can use Tattaglia Keybinder, it works smooth and free of bugs.

Re: Help with AHK

Posted: June 3rd, 2021, 9:32 am
by Minnie
This thread is now archived.