summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ahk-assistant.ahk8
1 files changed, 8 insertions, 0 deletions
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