ALT +RClick while F2 is pressed down

Ask gaming related questions (AHK v1.1 and older)
gwyner
Posts: 1
Joined: 11 Feb 2021, 08:24

ALT +RClick while F2 is pressed down

11 Feb 2021, 08:40

Guys, i am looking for a macro who does alt + right click constantly when my f2 is pressed, but i am not being able to do that.

I don't care about coordinates

Thank you all :)
User avatar
mikeyww
Posts: 26979
Joined: 09 Sep 2014, 18:38

Re: ALT +RClick while F2 is pressed down

11 Feb 2021, 09:00

Code: Select all

F2::
While GetKeyState(A_ThisHotkey) {
 Send !{RButton}
 Sleep, 20
}
Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 52 guests