ahka

Assorted ease-of-use and functionality tools using AutoHotkey.
Log | Files | Refs

commit 6e06931a7b931088bc8a32169902e1818cfa9362
parent 519c76e4a4450d4a526066ecb3a7e5645cf34b04
Author: breadcat <peter@minskio.co.uk>
Date:   Wed, 17 Jun 2020 14:53:50 +0100

Add nomacs quit hotkeys

Diffstat:
Mahk-assistant.ahk | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git 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