ahka

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

commit 0eb3b44ac3770101105d50217194002a2bc698db
parent a647fe76d1a0957a381be57993d7084c1eccfb70
Author: Peter <peter@minskio.co.uk>
Date:   Thu,  8 Jul 2021 11:41:32 +0100

Banano is a thing

A great thing

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 @@ -368,6 +368,9 @@ Insert::appendClipboard() :*:_xrbaddr:: Send, %xrbAddress% Return +:*:_banaddr:: + Send, %banAddress% + Return :*:_haddr:: Send, %homeAddress% Return diff --git a/variables.sample.ahk b/variables.sample.ahk @@ -11,6 +11,7 @@ workPostCode := "" xmrAddress := "" xrbAddress := "" +banAddress := "" homeAddress := "" workAddress := ""