diff options
author | breadcat | 2020-06-17 14:54:02 +0100 |
---|---|---|
committer | breadcat | 2020-06-17 14:54:02 +0100 |
commit | 25e93c9f6642552b704fb87adcda7c6e18646563 (patch) | |
tree | ed32f12798017ca4e23e69ba6b12abe4abfb2c15 | |
parent | 6e06931a7b931088bc8a32169902e1818cfa9362 (diff) | |
download | ahka-25e93c9f6642552b704fb87adcda7c6e18646563.tar.gz ahka-25e93c9f6642552b704fb87adcda7c6e18646563.tar.bz2 ahka-25e93c9f6642552b704fb87adcda7c6e18646563.zip |
Extend NEC programming tools selectors
-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
|