holding shift or alt disabled my script

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
seph32
Posts: 3
Joined: 12 Feb 2017, 20:30

holding shift or alt disabled my script

14 Jul 2018, 03:51

I made a simple rebind script. However if I hold down shift or alt the script key rebinds no longer works and mouse just acts scroll up or down. How can i make it so it still use mouse left click even if I hold down shift or alt?

Code: Select all

WheelDown::
Send {LButton}
return

WheelUp::
SendInput {LButton}
return
Qysh
Posts: 143
Joined: 24 Apr 2018, 09:16

Re: holding shift or alt disabled my script

14 Jul 2018, 04:08

Code: Select all

*WheelDown::
Send {LButton}
return

*WheelUp::
SendInput {LButton}
return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], rc76, uchihito and 385 guests