From c394f40b9207de7ccfc2a8e271f0928510ac34af Mon Sep 17 00:00:00 2001 From: breadcat Date: Tue, 15 Jan 2019 09:48:14 +0000 Subject: Replace ImageGlass with IrfanView --- ahk-assistant.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 24c39eb..d488676 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -128,7 +128,7 @@ Insert::appendClipboard() Down::Return ; fixes up/down breaking left/right navigation #IfWinActive -#IfWinActive ahk_exe ImageGlass.exe +#IfWinActive ahk_class IrfanView q:: ; overflow ^w:: ; overflow CapsLock::Send !{F4} ; quit -- cgit v1.2.3