summaryrefslogtreecommitdiffstats
path: root/ahk-assistant.ahk
diff options
context:
space:
mode:
authorbreadcat2018-10-26 11:42:46 +0100
committerbreadcat2018-10-26 11:42:46 +0100
commit068bda10dc0a533aca72c0092275f4644fb3393b (patch)
treea7e0f451be3399d19c312544820a4bc75fcaf015 /ahk-assistant.ahk
parent0d3745a1b6e8378b4f2c195431ecc09b59992711 (diff)
downloadahka-068bda10dc0a533aca72c0092275f4644fb3393b.tar.gz
ahka-068bda10dc0a533aca72c0092275f4644fb3393b.tar.bz2
ahka-068bda10dc0a533aca72c0092275f4644fb3393b.zip
Add monero address variable and command
Diffstat (limited to 'ahk-assistant.ahk')
-rw-r--r--ahk-assistant.ahk3
1 files changed, 3 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