diff options
-rw-r--r-- | ahk-assistant.ahk | 2 |
1 files changed, 2 insertions, 0 deletions
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
|