ahka

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

commit c65650ad0e0a57faa220f182ea3ea5751bcafde3
parent 8140bdc680839b906e11647f6c8669ac3e00e8e9
Author: Peter <peter@minskio.co.uk>
Date:   Wed, 27 Apr 2022 10:41:47 +0100

Irfanview was replaced with nomacs

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

diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk @@ -153,20 +153,6 @@ CapsLock::Send !{F4} ; quit !Right::Send, {AltDown}e0{AltUp} ; CW rotation #IfWinActive -#IfWinActive ahk_class IrfanView -q:: ; overflow -^w:: ; overflow -CapsLock::Send !{F4} ; quit -!Left::Send l -!Right::Send r -#IfWinActive - -#IfWinActive ahk_class FullScreenClass ; irfanview fullscreen-o-mode -q:: ; overflow -^w:: ; overflow -CapsLock::Send !{F4}{sleep 15}!{F4} ; quit -#IfWinActive - #IfWinActive ahk_exe SumatraPDF.exe ; sumatra pdf CapsLock::Send !{F4} ; quit ^b::Send {F12} ; C-b toggles bookmarks