switches back to propresenter when done

This commit is contained in:
Nickiel12 2021-12-30 14:26:32 -08:00
parent 4f526a673f
commit 85cb8d5728

View file

@ -13,3 +13,10 @@ if WinExist("ahk_exe Dopamine.exe"){
Send {Media_Play_Pause}
}
}
If WinExist(A_Args[1]) ; propresenter
{ ; if propresenter isn't active, switch and send clicker forward
if !WinActive(A_Args[1]){
WinActivate
}
}