Page 1 of 1

SingleInstance default value

Posted: 06 Jan 2024, 05:35
by costelpislac
Hi all, in the latest version of Autohotkey (2.0.11) #SingleInstance doesn't have the initial value "force" as it says in the documentation, I think it's "prompt" now.

Re: SingleInstance default value

Posted: 06 Jan 2024, 05:57
by Marium0505
Defaults to Force if the directive is specified but without the ForceIgnorePromptOff parameter specified, and Prompt if the directive isn't specified in the script at all.

https://www.autohotkey.com/docs/v2/lib/_SingleInstance.htm
image.png
image.png (64.11 KiB) Viewed 454 times

Re: SingleInstance default value

Posted: 06 Jan 2024, 07:20
by Ragnar
I've moved this topic from "Bug Reports" to "Suggestions on Documentation Improvements".