diff options
-rw-r--r-- | ahk-assistant.ahk | 2 |
1 files changed, 1 insertions, 1 deletions
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
|