From 334f5bdc0c6ca2c4db5472895a7a3493baf01055 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 27 Apr 2022 10:12:31 +0100 Subject: Nomacs rotation keys --- ahk-assistant.ahk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ahk-assistant.ahk') diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 3652042..02c85db 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -148,6 +148,8 @@ Down::Return ; fixes up/down breaking left/right navigation q:: ; overflow ^w:: ; overflow CapsLock::Send !{F4} ; quit +!Left::Send {AltDown}e9{AltUp} ; CCW rotation +!Right::Send, {AltDown}e0{AltUp} ; CW rotation #IfWinActive #IfWinActive ahk_class IrfanView -- cgit v1.2.3