Looking for help with macro

Ask gaming related questions (AHK v1.1 and older)
deathrament2
Posts: 18
Joined: 18 Nov 2021, 20:20

Looking for help with macro

Post by deathrament2 » 19 May 2022, 20:55

Hi i'm looking for a script that when i hit my rbutton it will hold the button down for maybe 200 milliseconds or so then release.
Thanks in advance

Rohwedder
Posts: 7551
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Looking for help with macro

Post by Rohwedder » 20 May 2022, 00:21

Hallo,
try:

Code: Select all

*RButton::
SendInput, {Blind}{RButton Down}
Sleep, 200
SendInput, {Blind}{RButton Up}
Return

Post Reply

Return to “Gaming Help (v1)”