From 0bf0b92f9df73d185bfb646800aca0356c751735 Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 17 Dec 2019 13:48:13 +0000 Subject: Small additions --- ahk-assistant.ahk | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ahk-assistant.ahk') diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 2854d37..ea4a1a9 100644 --- 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 -- cgit v1.2.3