script not working while shift is held down. Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Crimson_V
Posts: 9
Joined: 14 May 2016, 06:54

script not working while shift is held down.

14 May 2016, 07:00

It's a simple auto fire script but for some reason it doesn't work when shift is also being held down.

i need help :headwall:

Code: Select all

F7::Suspend
LButton::
Loop
{SetMouseDelay 30
Click
If (GetKeyState("LButton","P")=0)
Break
}
User avatar
Xtra
Posts: 2750
Joined: 02 Oct 2015, 12:15

Re: script not working while shift is held down.  Topic is solved

14 May 2016, 07:11

Code: Select all

F7::Suspend
*LButton::
Loop
{SetMouseDelay 30
Click
If (GetKeyState("LButton","P")=0)
Break
}
Return
Needs * hotkey modifier
Crimson_V
Posts: 9
Joined: 14 May 2016, 06:54

Re: script not working while shift is held down.

14 May 2016, 07:18

thank you very much that solved my problem

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 432 guests