diff options
author | breadcat | 2018-06-22 11:56:54 +0100 |
---|---|---|
committer | breadcat | 2018-06-22 11:56:54 +0100 |
commit | 1c880e83a67804d73f6a00bc21c8973c57028333 (patch) | |
tree | bc40eb00d58aea26fbffb5297f5e40a50962d229 | |
parent | 9d306241cee1ff710ef50610258f2716207ec1ae (diff) | |
download | ahka-1c880e83a67804d73f6a00bc21c8973c57028333.tar.gz ahka-1c880e83a67804d73f6a00bc21c8973c57028333.tar.bz2 ahka-1c880e83a67804d73f6a00bc21c8973c57028333.zip |
Replace Monero address with Nano
-rw-r--r-- | ahk-assistant.ahk | 4 | ||||
-rw-r--r-- | variables.sample.ahk | 2 |
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 := "" |