ahka

Assorted ease-of-use and functionality tools using AutoHotkey.
Log | Files | Refs

commit 068bda10dc0a533aca72c0092275f4644fb3393b
parent 0d3745a1b6e8378b4f2c195431ecc09b59992711
Author: breadcat <peter.gill@chillitelecom.co.uk>
Date:   Fri, 26 Oct 2018 11:42:46 +0100

Add monero address variable and command

Diffstat:
Mahk-assistant.ahk | 3+++
Mvariables.sample.ahk | 1+
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git 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 diff --git a/variables.sample.ahk b/variables.sample.ahk @@ -9,6 +9,7 @@ mobilePhoneNumber := "" homePostCode := "" workPostCode := "" +xmrAddress := "" xrbAddress := "" homeAddress := ""