switches back to propresenter when done
This commit is contained in:
parent
4f526a673f
commit
85cb8d5728
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue