From 38b96184f4a33f61b42fe17fface3f3fb3fbfdee Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 30 Jan 2020 13:47:05 +0000 Subject: Add NEC completions --- ahk-assistant.ahk | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ahk-assistant.ahk') diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index ea4a1a9..e158052 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -105,6 +105,18 @@ Insert::appendClipboard() !Up::Send {Backspace} #IfWinActive +#IfWinActive ahk_exe AppMgrEX.exe ; NEC SV9100 programming tool + global necUsername + global necPassword + global necPort + :*?:__login:: + Send tech{Tab}12345678{Enter} + Return + :*?:__cred:: + Send {CtrlDown}v{CtrlUp}{Tab}{Enter}{Tab}%necPort%{Tab 2}{Enter}{Tab}%necUsername%{tab}%necPassword% + Return +#IfWinActive + #IfWinActive ahk_class SciCalc ; windows xp calc CapsLock::Send !{F4} ; quit #IfWinActive -- cgit v1.2.3