ahka

Assorted ease-of-use and functionality tools using AutoHotkey.
Log | Files | Refs

commit 4b8f6594ee6dcbe15e6c612f84a2a75c6f0bf7c3
parent 38b96184f4a33f61b42fe17fface3f3fb3fbfdee
Author: Peter <peter@minskio.co.uk>
Date:   Tue,  4 Feb 2020 09:28:56 +0000

Include irfanview viewer mode

Diffstat:
Mahk-assistant.ahk | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

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