From 6e06931a7b931088bc8a32169902e1818cfa9362 Mon Sep 17 00:00:00 2001 From: breadcat Date: Wed, 17 Jun 2020 14:53:50 +0100 Subject: Add nomacs quit hotkeys --- ahk-assistant.ahk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ahk-assistant.ahk') 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 -- cgit v1.2.3