Right click when A key is released after set interval Topic is solved

Ask gaming related questions (AHK v1.1 and older)
CrawfordPNX
Posts: 38
Joined: 03 Dec 2016, 12:44

Right click when A key is released after set interval

Post by CrawfordPNX » 15 Oct 2021, 13:20

Hello community.
How would one go on making a script that right clicks at current mouse position
after a set interval(like sleep 150), after when the 'A' key is released?
Thank you for your help.
User avatar
mikeyww
Posts: 26601
Joined: 09 Sep 2014, 18:38

Re: Right click when A key is released after set interval  Topic is solved

Post by mikeyww » 15 Oct 2021, 20:15

Code: Select all

a Up::
Sleep, 150
Click, R
Return
CrawfordPNX
Posts: 38
Joined: 03 Dec 2016, 12:44

Re: Right click when A key is released after set interval

Post by CrawfordPNX » 16 Oct 2021, 15:38

There's more to the problem than it seems. But yes that's definitely the correct solution for this problem. Thank you!
Post Reply

Return to “Gaming Help (v1)”