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 55fe666..d5cfd3d 100644 --- 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
|