summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ahk-assistant.ahk3
-rw-r--r--variables.sample.ahk1
2 files changed, 4 insertions, 0 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk
index f615281..4949843 100644
--- a/ahk-assistant.ahk
+++ b/ahk-assistant.ahk
@@ -307,6 +307,9 @@ Insert::appendClipboard()
:*:_mob::
Send, %mobilePhoneNumber%
Return
+:*:_xmraddr::
+ Send, %xmrAddress%
+ Return
:*:_xrbaddr::
Send, %xrbAddress%
Return
diff --git a/variables.sample.ahk b/variables.sample.ahk
index f40961d..11fcc51 100644
--- a/variables.sample.ahk
+++ b/variables.sample.ahk
@@ -9,6 +9,7 @@ mobilePhoneNumber := ""
homePostCode := ""
workPostCode := ""
+xmrAddress := ""
xrbAddress := ""
homeAddress := ""