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 +++ 1 file changed, 3 insertions(+) (limited to 'ahk-assistant.ahk') 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 -- cgit v1.2.3