ahka

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

commit 1c880e83a67804d73f6a00bc21c8973c57028333
parent 9d306241cee1ff710ef50610258f2716207ec1ae
Author: breadcat <peter@minskio.co.uk>
Date:   Fri, 22 Jun 2018 11:56:54 +0100

Replace Monero address with Nano

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

diff --git 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 @@ -9,7 +9,7 @@ mobilePhoneNumber := "" homePostCode := "" workPostCode := "" -xmrAddress := "" +xrbAddress := "" homeAddress := "" workAddress := ""