ahka

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

commit 742261119faa76b28729dcb3b739df243249ec78
parent f12bcae6a35b476e564f4e525aca34cf5b30b031
Author: breadcat <sendforththegunboats@gmail.com>
Date:   Thu,  7 Nov 2013 15:32:07 +0000

Add SumatraPDF quit hotkey

Diffstat:
Mappspecific.ahk | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/appspecific.ahk b/appspecific.ahk @@ -43,6 +43,11 @@ Capslock::Send !{F4} ;quit #IfWinActive +;sumatrapdf +#IfWinActive ahk_class SUMATRA_PDF_FRAME + Capslock::Send !{F4} ;quit +#IfWinActive + ;mpc-hc #IfWinActive ahk_class MediaPlayerClassicW 1::Send 2^1 ;1 keeps borders