ahka

Assorted ease-of-use and functionality tools using AutoHotkey.
Log | Files | Refs

commit 25e93c9f6642552b704fb87adcda7c6e18646563
parent 6e06931a7b931088bc8a32169902e1818cfa9362
Author: breadcat <peter@minskio.co.uk>
Date:   Wed, 17 Jun 2020 14:54:02 +0100

Extend NEC programming tools selectors

Diffstat:
Mahk-assistant.ahk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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