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