ahka

Assorted ease-of-use and functionality tools using AutoHotkey.
Log | Files | Refs

commit 992856c9db2d9a9d29c8f11068066882e85f0ef3
parent 94dc1ab06305e96a19323e863a35575566f7d175
Author: breadcat <peter.gill@chillitelecom.co.uk>
Date:   Tue,  6 Nov 2018 10:18:27 +0000

Add ImageGlass

Diffstat:
Mahk-assistant.ahk | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git 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