diff options
-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
|