Can declare a hotkey in Config.ini that exits the app
This commit is contained in:
parent
b728cd0255
commit
1cab61ba16
1 changed files with 2 additions and 0 deletions
|
@ -260,6 +260,8 @@ Config_redirectHotkey(key) {
|
||||||
Send % SubStr(Config_hotkey_#%A_index%_command, 6)
|
Send % SubStr(Config_hotkey_#%A_index%_command, 6)
|
||||||
Else If (type = "Reloa")
|
Else If (type = "Reloa")
|
||||||
Reload
|
Reload
|
||||||
|
Else If (Config_hotkey_#%A_Index%_command = "ExitApp")
|
||||||
|
ExitApp
|
||||||
Else {
|
Else {
|
||||||
i := InStr(Config_hotkey_#%A_index%_command, "(")
|
i := InStr(Config_hotkey_#%A_index%_command, "(")
|
||||||
j := InStr(Config_hotkey_#%A_index%_command, ")", False, i)
|
j := InStr(Config_hotkey_#%A_index%_command, ")", False, i)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue