From 844ce129f2fc397002a57b2df867af24c5357c1a Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 27 May 2021 12:35:11 +0100 Subject: Add Irfanview rotation hotkeys --- ahk-assistant.ahk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 55fe666..d5cfd3d 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -156,6 +156,8 @@ Insert::appendClipboard() q:: ; overflow ^w:: ; overflow CapsLock::Send !{F4} ; quit + !Left::Send l + !Right::Send r #IfWinActive #IfWinActive ahk_class FullScreenClass ; irfanview fullscreen-o-mode -- cgit v1.2.3