diff options
author | Peter | 2022-04-27 10:41:47 +0100 |
---|---|---|
committer | Peter | 2022-04-27 10:41:47 +0100 |
commit | c65650ad0e0a57faa220f182ea3ea5751bcafde3 (patch) | |
tree | b0f0e3cc959885b20b628e759b2243a457f971b6 | |
parent | 8140bdc680839b906e11647f6c8669ac3e00e8e9 (diff) | |
download | ahka-c65650ad0e0a57faa220f182ea3ea5751bcafde3.tar.gz ahka-c65650ad0e0a57faa220f182ea3ea5751bcafde3.tar.bz2 ahka-c65650ad0e0a57faa220f182ea3ea5751bcafde3.zip |
Irfanview was replaced with nomacs
-rw-r--r-- | ahk-assistant.ahk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index cf99aa2..cdd64b0 100644 --- 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
|