diff options
-rw-r--r-- | ahk-assistant.ahk | 3 | ||||
-rw-r--r-- | variables.sample.ahk | 1 |
2 files changed, 4 insertions, 0 deletions
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 := "" |