From 992856c9db2d9a9d29c8f11068066882e85f0ef3 Mon Sep 17 00:00:00 2001 From: breadcat Date: Tue, 6 Nov 2018 10:18:27 +0000 Subject: Add ImageGlass --- 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 3ab55f3..fdf9ba6 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -128,6 +128,12 @@ Insert::appendClipboard() Down::Return ; fixes up/down breaking left/right navigation #IfWinActive +#IfWinActive ahk_exe ImageGlass.exe + q:: ; overflow + ^w:: ; overflow + CapsLock::Send !{F4} ; quit +#IfWinActive + #IfWinActive ahk_class SUMATRA_PDF_FRAME ; sumatra pdf CapsLock::Send !{F4} ; quit ^b::Send {F12} ; C-b toggles bookmarks -- cgit v1.2.3