diff options
author | breadcat | 2019-01-15 09:48:14 +0000 |
---|---|---|
committer | breadcat | 2019-01-15 09:48:14 +0000 |
commit | c394f40b9207de7ccfc2a8e271f0928510ac34af (patch) | |
tree | ad34fc89fda3e3b6c1b3bc40ee4e50e2aa574ad4 | |
parent | 8d37be097ded0204f5003868196d00f1598c0d45 (diff) | |
download | ahka-c394f40b9207de7ccfc2a8e271f0928510ac34af.tar.gz ahka-c394f40b9207de7ccfc2a8e271f0928510ac34af.tar.bz2 ahka-c394f40b9207de7ccfc2a8e271f0928510ac34af.zip |
Replace ImageGlass with IrfanView
-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
|