ahka

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

commit 0bf0b92f9df73d185bfb646800aca0356c751735
parent ce168de9c3dc2a14491522362a8dd4a7ce4be145
Author: Peter <peter@minskio.co.uk>
Date:   Tue, 17 Dec 2019 13:48:13 +0000

Small additions

Diffstat:
Mahk-assistant.ahk | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk @@ -232,6 +232,11 @@ Insert::appendClipboard() !u::Send ^a!o ; remap delete last character to sort lines, after selecting everything #IfWinActive +#IfWinActive ahk_exe calibre-parallel.exe ; calibre reader + q:: ; overflow + CapsLock::Send !{F4} ; quit +#IfWinActive + #IfWinActive ahk_class wxWindowClassNR ; audacity ^=::Send ^1 ; zoom in ^-::Send ^3 ; zoom out @@ -287,6 +292,9 @@ Insert::appendClipboard() :*:_cbip:: Send, %workCBIPAddress% Return + :*:_ntp:: + Send, 0.uk.pool.ntp.org + Return :*:_mac:: Send, %remoteMAC% Return