ahka

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

commit 844ce129f2fc397002a57b2df867af24c5357c1a
parent a6e0c68feb74ca8dde7aa666ddcdc307c969aadc
Author: Peter <peter@minskio.co.uk>
Date:   Thu, 27 May 2021 12:35:11 +0100

Add Irfanview rotation hotkeys

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

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