summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ahk-assistant.ahk4
-rw-r--r--variables.sample.ahk2
2 files changed, 3 insertions, 3 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk
index f14bba1..69e1017 100644
--- a/ahk-assistant.ahk
+++ b/ahk-assistant.ahk
@@ -306,8 +306,8 @@ Insert::appendClipboard()
:*:_mob::
Send, %mobilePhoneNumber%
Return
-:*:_xmraddr::
- Send, %xmrAddress%
+:*:_xrbaddr::
+ Send, %xrbAddress%
Return
:*:_haddr::
Send, %homeAddress%
diff --git a/variables.sample.ahk b/variables.sample.ahk
index e1270be..f40961d 100644
--- a/variables.sample.ahk
+++ b/variables.sample.ahk
@@ -9,7 +9,7 @@ mobilePhoneNumber := ""
homePostCode := ""
workPostCode := ""
-xmrAddress := ""
+xrbAddress := ""
homeAddress := ""
workAddress := ""