Skip to content

Commit

Permalink
Enforce SingleInstance
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelurben committed Apr 23, 2024
1 parent 8e8b60f commit cab1745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hotkeys.ahk
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit cab1745

Please # to comment.