diff --git a/src/Config.ahk b/src/Config.ahk index f1b6139..6c4c147 100644 --- a/src/Config.ahk +++ b/src/Config.ahk @@ -260,6 +260,8 @@ Config_redirectHotkey(key) { Send % SubStr(Config_hotkey_#%A_index%_command, 6) Else If (type = "Reloa") Reload + Else If (Config_hotkey_#%A_Index%_command = "ExitApp") + ExitApp Else { i := InStr(Config_hotkey_#%A_index%_command, "(") j := InStr(Config_hotkey_#%A_index%_command, ")", False, i)