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