diff options
-rw-r--r-- | ahk-assistant.ahk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 88cadc3..4334ae3 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -105,7 +105,7 @@ Insert::appendClipboard() !Up::Send {Backspace}
#IfWinActive
-#If WinActive("ahk_exe AppMgrEX.exe") or WinActive("ahk_exe AppMgr.exe") ; NEC programming tools
+#If WinActive("ahk_exe AppMgrEX.exe") or WinActive("ahk_exe AppMgr.exe") or WinActive("ahk_exe AppMgrPx.exe") ; NEC programming tools
global necUsername
global necPassword
global necPort
|