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
thx alotSpnKO wrote: ↑May 30th, 2021, 8:36 pmhave funCode: Select all
Space & 4:: Sendinput t/engine{Enter} return
Okay.diabolik wrote: ↑May 30th, 2021, 8:41 pmthx alotSpnKO wrote: ↑May 30th, 2021, 8:36 pmhave funCode: Select all
Space & 4:: Sendinput t/engine{Enter} return
I guess this can be locked