Search found 1 match

Go to advanced search

by albertly
07 Jun 2021 16:16
Forum: VLC media player Feature Requests
Topic: Click Video To Toggle Pause/Play
Replies: 99
Views: 211962

Re: Click Video To Toggle Pause/Play

#IfWinActive ahk_class Qt5QWindowIcon
~LButton::
MouseGetPos , , , , OutputVarControl
FoundPos := InStr(OutputVarControl ,"Window")
if ( FoundPos = 0 ) {
Send {Space}
}
#IfWinActive

Go to advanced search