From 4b8f6594ee6dcbe15e6c612f84a2a75c6f0bf7c3 Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 4 Feb 2020 09:28:56 +0000 Subject: Include irfanview viewer mode --- ahk-assistant.ahk | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3