From 1d23fda40ab94cf343ae856163ae0bd8ed5e59a5 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 17 Jul 2019 12:49:53 +0100 Subject: Add another IP address completion Seeeecret --- ahk-assistant.ahk | 3 +++ variables.sample.ahk | 1 + 2 files changed, 4 insertions(+) diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index a4192e1..ee66840 100644 --- 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 index 11fcc51..6776193 100644 --- a/variables.sample.ahk +++ b/variables.sample.ahk @@ -20,6 +20,7 @@ workEmailAddress := "" workIPAddress := "" workSIPAddress := "" +workCBIPAddress := "" serverRemoteAddress := "" remoteMAC := "" -- cgit v1.2.3