Holding down Shift and Middle Mouse buttons

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
akirofe
Posts: 149
Joined: 05 Apr 2021, 21:54

Holding down Shift and Middle Mouse buttons

30 May 2021, 23:37

Hi guys!

Could you please help me to set a & w:: to act as holding down both LShift and MButton (ideally with LShift being pressed first) until I release a & w please?

I tried the below code to no avail - where did I did wrong please? Thank you very much guys!!

a & w::<+MButton
Rohwedder
Posts: 7623
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Holding down Shift and Middle Mouse buttons

31 May 2021, 02:47

Hallo,
try:

Code: Select all

a & w::Send, {LShift Down}{MButton Down}
a & w Up::Send, {MButton Up}{LShift Up}
akirofe
Posts: 149
Joined: 05 Apr 2021, 21:54

Re: Holding down Shift and Middle Mouse buttons

14 Jun 2021, 01:02

Rohwedder wrote:
31 May 2021, 02:47
Hallo,
try:

Code: Select all

a & w::Send, {LShift Down}{MButton Down}
a & w Up::Send, {MButton Up}{LShift Up}
lol You helped me sooo many times!!

Thank you!!! Works flawlessly!! Wish I could give you a beer every week lol !!! I'll be my great honour if you want connect with me (architect, live sketch artist, male, straight, like Bill Burr and heavy metal) +61420946997 if you're bored :D

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Draken, Google [Bot], roeleboele and 355 guests