ahka

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

commit 1d23fda40ab94cf343ae856163ae0bd8ed5e59a5
parent 04eab9ccf19f15aad05995749a7d0c4a294934ac
Author: Peter <peter@minskio.co.uk>
Date:   Wed, 17 Jul 2019 12:49:53 +0100

Add another IP address completion

Seeeecret

Diffstat:
Mahk-assistant.ahk | 3+++
Mvariables.sample.ahk | 1+
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk @@ -284,6 +284,9 @@ Insert::appendClipboard() :*:_sip:: Send, %workSIPAddress% Return +:*:_cbip:: + Send, %workCBIPAddress% + Return :*:_mac:: Send, %remoteMAC% Return diff --git a/variables.sample.ahk b/variables.sample.ahk @@ -20,6 +20,7 @@ workEmailAddress := "" workIPAddress := "" workSIPAddress := "" +workCBIPAddress := "" serverRemoteAddress := "" remoteMAC := ""