diff options
author | Peter | 2019-12-17 13:48:13 +0000 |
---|---|---|
committer | Peter | 2019-12-17 13:48:13 +0000 |
commit | 0bf0b92f9df73d185bfb646800aca0356c751735 (patch) | |
tree | 127ef1aaa23f8eb4aaae2949d0fffdae1884cd08 | |
parent | ce168de9c3dc2a14491522362a8dd4a7ce4be145 (diff) | |
download | ahka-0bf0b92f9df73d185bfb646800aca0356c751735.tar.gz ahka-0bf0b92f9df73d185bfb646800aca0356c751735.tar.bz2 ahka-0bf0b92f9df73d185bfb646800aca0356c751735.zip |
Small additions
-rw-r--r-- | ahk-assistant.ahk | 8 |
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
|