Middle Click for Alt+Tab? :D

Ask gaming related questions (AHK v1.1 and older)
mc90
Posts: 2
Joined: 23 Sep 2017, 19:19

Middle Click for Alt+Tab? :D

23 Sep 2017, 21:54

Total noob here. Could you guys help bind Alt+Tab to a middle click for me? Thanks you all in advance.
I tried:

Code: Select all

MButton::AltTab
but it didn't work
whether if I do

Code: Select all

~MButton + WheelDown::AltTab
, it works but i don't really want to cuz i cant always scroll down and middle click during a game at the same time. :D
User avatar
Reloaded
Posts: 283
Joined: 25 Aug 2017, 08:48

Re: Middle Click for Alt+Tab? :D

24 Sep 2017, 04:19

Hi :D

Code: Select all

MButton::

Send, {Alt down}
Send, {Tab down}
Send, {Alt up}
Send, {Tab up}
return

Or...

Code: Select all

~MButton + WheelDown::

Send, {Alt down}
Send, {Tab down}
Send, {Alt up}
Send, {Tab up}

return


Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 90 guests