From 7d4e14c51f644915aba8202024279fb2e80a6e8d Mon Sep 17 00:00:00 2001 From: breadcat Date: Thu, 6 Aug 2020 15:27:19 +0100 Subject: Add support for mpv.net --- ahk-assistant.ahk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ahk-assistant.ahk') diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index b9d65f3..97fe046 100644 --- 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 -- cgit v1.2.3