commit 334f5bdc0c6ca2c4db5472895a7a3493baf01055 parent eab25092d8e80c5496a110f145c8c0d6b871c678 Author: Peter <peter@minskio.co.uk> Date: Wed, 27 Apr 2022 10:12:31 +0100 Nomacs rotation keys Diffstat:
M | ahk-assistant.ahk | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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