commit 38b96184f4a33f61b42fe17fface3f3fb3fbfdee parent 0bf0b92f9df73d185bfb646800aca0356c751735 Author: Peter <peter@minskio.co.uk> Date: Thu, 30 Jan 2020 13:47:05 +0000 Add NEC completions Diffstat:
M | ahk-assistant.ahk | | | 12 | ++++++++++++ |
M | variables.sample.ahk | | | 7 | +++++-- |
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git 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 diff --git a/variables.sample.ahk b/variables.sample.ahk @@ -27,4 +27,8 @@ remoteMAC := "" crmSearch := "" sshHost := "" -sshPort := "" -\ No newline at end of file +sshPort := "" + +necUsername := "" +necPassword := "" +necPort := ""