From cce69da5ddc9ff839fffab98c6af102afce69fe1 Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 19 Dec 2014 00:45:23 +0000 Subject: Small additions, MPV support --- appspecific.ahk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'appspecific.ahk') diff --git a/appspecific.ahk b/appspecific.ahk index b25cd0c..1abdb47 100644 --- a/appspecific.ahk +++ b/appspecific.ahk @@ -56,6 +56,12 @@ p::Send ^7 ;p for playlist #IfWinActive +#IfWinActive ahk_class mpv ;mpv + Alt & Enter:: ;overflow to fullscreen below + Ralt & Enter::Send f ; ralt-enter fullscreens + Capslock::Send !{F4} ;quitp +#IfWinActive + #IfWinActive ahk_class rctrl_renwnd32 ;outlook ^Enter::Return ;disable accidentally send email shortcut #IfWinActive @@ -89,6 +95,7 @@ ^!d::Send ^j ;why Downloads is ctrl+j while addons is ctrl+alt+a will never make sense ^d::Send ^f ;bookmark remapped to find ^b::Send ^v ;replace bookmarks with paste + f6::Send ^l ;F6 jumps to address bar #IfWinActive #IfWinActive ahk_class Notepad2 ;notepad2-mod -- cgit v1.2.3