Replace suspend with reload
Although both are supported via the json config file
This commit is contained in:
@@ -70,6 +70,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
; Register Hotkey for Reload Script if the user has is Set
|
||||
if (This.Reload_Script_Hotkey != "") {
|
||||
HotIf (*) => WinExist(This.EVEExe)
|
||||
try {
|
||||
Hotkey This.Reload_Script_Hotkey, ( * ) => This.Reload_Script(), "S1"
|
||||
}
|
||||
catch ValueError as e {
|
||||
MsgBox(e.Message ": --> " e.Extra " <-- in: Global Settings -> Reload Script-Hotkey" )
|
||||
}
|
||||
}
|
||||
|
||||
; The Timer property for Asycn Minimizing.
|
||||
this.timer := ObjBindMethod(this, "EVEMinimize")
|
||||
This.Register_CharSelectionScreen_Hotkeys()
|
||||
|
||||
Reference in New Issue
Block a user