From cab1745e25d3e02b67b57f3ac10732a454bed04f Mon Sep 17 00:00:00 2001 From: rafaelurben Date: Tue, 23 Apr 2024 14:37:25 +0200 Subject: [PATCH] Enforce SingleInstance --- hotkeys.ahk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hotkeys.ahk b/hotkeys.ahk index df4512b..4550a66 100644 --- a/hotkeys.ahk +++ b/hotkeys.ahk @@ -1,9 +1,10 @@ -; Rafael Urben, 2022-2024 +; Rafael Urben, 2022-2024 ; ------------------ ; ; https://github.com/rafaelurben/autohotkey-utils #Warn All ; Enable warnings to assist with detecting common errors. +#SingleInstance Force #Requires AutoHotkey v2.0 SendMode("Input") SetWorkingDir(A_ScriptDir)