diff options
author | breadcat | 2020-06-17 14:53:50 +0100 |
---|---|---|
committer | breadcat | 2020-06-17 14:53:50 +0100 |
commit | 6e06931a7b931088bc8a32169902e1818cfa9362 (patch) | |
tree | 64ccc48732bb99c6bad520af18e9214098ce6621 | |
parent | 519c76e4a4450d4a526066ecb3a7e5645cf34b04 (diff) | |
download | ahka-6e06931a7b931088bc8a32169902e1818cfa9362.tar.gz ahka-6e06931a7b931088bc8a32169902e1818cfa9362.tar.bz2 ahka-6e06931a7b931088bc8a32169902e1818cfa9362.zip |
Add nomacs quit hotkeys
-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
|