diff options
author | Peter | 2022-04-27 10:12:31 +0100 |
---|---|---|
committer | Peter | 2022-04-27 10:12:31 +0100 |
commit | 334f5bdc0c6ca2c4db5472895a7a3493baf01055 (patch) | |
tree | b6c643795e12adf283c07698a142115e53421908 | |
parent | eab25092d8e80c5496a110f145c8c0d6b871c678 (diff) | |
download | ahka-334f5bdc0c6ca2c4db5472895a7a3493baf01055.tar.gz ahka-334f5bdc0c6ca2c4db5472895a7a3493baf01055.tar.bz2 ahka-334f5bdc0c6ca2c4db5472895a7a3493baf01055.zip |
Nomacs rotation keys
-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
|