diff options
author | breadcat | 2013-11-07 15:32:07 +0000 |
---|---|---|
committer | breadcat | 2013-11-07 15:32:07 +0000 |
commit | 742261119faa76b28729dcb3b739df243249ec78 (patch) | |
tree | 8247661a1b6d1aba576849fabcb4544bf0729d04 | |
parent | f12bcae6a35b476e564f4e525aca34cf5b30b031 (diff) | |
download | ahka-742261119faa76b28729dcb3b739df243249ec78.tar.gz ahka-742261119faa76b28729dcb3b739df243249ec78.tar.bz2 ahka-742261119faa76b28729dcb3b739df243249ec78.zip |
Add SumatraPDF quit hotkey
-rw-r--r-- | appspecific.ahk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/appspecific.ahk b/appspecific.ahk index 45d6bea..ff526fa 100644 --- 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 |