From 068bda10dc0a533aca72c0092275f4644fb3393b Mon Sep 17 00:00:00 2001 From: breadcat Date: Fri, 26 Oct 2018 11:42:46 +0100 Subject: Add monero address variable and command --- ahk-assistant.ahk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ahk-assistant.ahk') 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 -- cgit v1.2.3