diff options
author | breadcat | 2018-11-06 10:18:27 +0000 |
---|---|---|
committer | breadcat | 2018-11-06 10:18:27 +0000 |
commit | 992856c9db2d9a9d29c8f11068066882e85f0ef3 (patch) | |
tree | bf90a2937078a064a02fce3eb3cddae802ac02af | |
parent | 94dc1ab06305e96a19323e863a35575566f7d175 (diff) | |
download | ahka-992856c9db2d9a9d29c8f11068066882e85f0ef3.tar.gz ahka-992856c9db2d9a9d29c8f11068066882e85f0ef3.tar.bz2 ahka-992856c9db2d9a9d29c8f11068066882e85f0ef3.zip |
Add ImageGlass
-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
|