This simple script won't stop working when it's paused

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Spiderwulf
Posts: 1
Joined: 21 Feb 2018, 14:17

This simple script won't stop working when it's paused

21 Feb 2018, 14:29

The script works fine (:switching f and leftshift), but when I press pause it keeps on working.. I want it to stop working when it's paused, could anybody help me out please?

this is my script (ahk file):

LShift::f
f::Lshift
GEV
Posts: 1002
Joined: 25 Feb 2014, 00:50

Re: This simple script won't stop working when it's paused

21 Feb 2018, 15:48

Code: Select all

F1::Pause

#If !(A_IsPaused)	; ! means NOT in this case

	LShift::f
	f::LShift

#If

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 359 guests