From e232de3e30b525dad22249b6b8ce3f93172b92e7 Mon Sep 17 00:00:00 2001 From: Zjamnik Date: Sun, 11 Feb 2024 18:26:36 +0100 Subject: [PATCH] restore window on backslash --- stratagems.ahk | 1 + 1 file changed, 1 insertion(+) diff --git a/stratagems.ahk b/stratagems.ahk index 0642cb4..59edf94 100644 --- a/stratagems.ahk +++ b/stratagems.ahk @@ -148,6 +148,7 @@ loop parse, IniRead(configPath, "HOTKEYS"), "`n" { MyGui.BackColor := "292929" MyGui.OnEvent("Close", MyGui_Close) OnExit(MyGui_Close) + \:: MyGui.Restore() MyGui_Close(*) { SetNumLockState(orgNumlockState = 0 ? "Off" : "On")