diff options
author | Peter | 2020-02-04 09:28:56 +0000 |
---|---|---|
committer | Peter | 2020-02-04 09:28:56 +0000 |
commit | 4b8f6594ee6dcbe15e6c612f84a2a75c6f0bf7c3 (patch) | |
tree | 99218b22241fdbeb1622b4f42c0de82afcd4df54 | |
parent | 38b96184f4a33f61b42fe17fface3f3fb3fbfdee (diff) | |
download | ahka-4b8f6594ee6dcbe15e6c612f84a2a75c6f0bf7c3.tar.gz ahka-4b8f6594ee6dcbe15e6c612f84a2a75c6f0bf7c3.tar.bz2 ahka-4b8f6594ee6dcbe15e6c612f84a2a75c6f0bf7c3.zip |
Include irfanview viewer mode
-rw-r--r-- | ahk-assistant.ahk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index e158052..92488cf 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -146,6 +146,12 @@ Insert::appendClipboard() CapsLock::Send !{F4} ; quit
#IfWinActive
+#IfWinActive ahk_class FullScreenClass ; irfanview fullscreen-o-mode
+ q:: ; overflow
+ ^w:: ; overflow
+ CapsLock::Send !{F4}{sleep 15}!{F4} ; quit
+#IfWinActive
+
#IfWinActive ahk_class SUMATRA_PDF_FRAME ; sumatra pdf
CapsLock::Send !{F4} ; quit
^b::Send {F12} ; C-b toggles bookmarks
|