commit 7d4e14c51f644915aba8202024279fb2e80a6e8d
parent 51b0def56d885b264216c43b47a84992473ebaa8
Author: breadcat <peter@minskio.co.uk>
Date: Thu, 6 Aug 2020 15:27:19 +0100
Add support for mpv.net
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk
@@ -175,9 +175,10 @@ Insert::appendClipboard()
p::Send ^7 ; p for playlist
#IfWinActive
-#IfWinActive ahk_class mpv ; mpv
+#If WinActive("ahk_exe mpv.exe") or WinActive("ahk_exe mpvnet.exe") ; mpv and mpv.net
Alt & Enter:: ; overflow to fullscreen below
Ralt & Enter::Send f ; ralt-Enter fullscreens
+ q:: ; overflow to quit, for mpv.net
CapsLock::Send !{F4} ; quit
#IfWinActive