summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbreadcat2018-06-22 11:56:54 +0100
committerbreadcat2018-06-22 11:56:54 +0100
commit1c880e83a67804d73f6a00bc21c8973c57028333 (patch)
treebc40eb00d58aea26fbffb5297f5e40a50962d229
parent9d306241cee1ff710ef50610258f2716207ec1ae (diff)
downloadahka-1c880e83a67804d73f6a00bc21c8973c57028333.tar.gz
ahka-1c880e83a67804d73f6a00bc21c8973c57028333.tar.bz2
ahka-1c880e83a67804d73f6a00bc21c8973c57028333.zip
Replace Monero address with Nano
-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 := ""