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)