diff options
-rw-r--r-- | ahk-assistant.ahk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index a0f60f8..88cadc3 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -142,6 +142,12 @@ Insert::appendClipboard() Down::Return ; fixes up/down breaking left/right navigation
#IfWinActive
+#IfWinActive ahk_exe nomacs.exe
+ q:: ; overflow
+ ^w:: ; overflow
+ CapsLock::Send !{F4} ; quit
+#IfWinActive
+
#IfWinActive ahk_class IrfanView
q:: ; overflow
^w:: ; overflow
|