From 25e93c9f6642552b704fb87adcda7c6e18646563 Mon Sep 17 00:00:00 2001 From: breadcat Date: Wed, 17 Jun 2020 14:54:02 +0100 Subject: Extend NEC programming tools selectors --- ahk-assistant.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ahk-assistant.ahk') 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 -- cgit v1.2.3