vlc-source: Add media control hotkeys
This adds play/pause, restart, stop, next, and previous hotkeys to the VLC source. Closes jp9000/obs-studio#972
This commit is contained in:
@@ -7,3 +7,8 @@ PlaybackBehavior.StopRestart="Stop when not visible, restart when visible"
|
||||
PlaybackBehavior.PauseUnpause="Pause when not visible, unpause when visible"
|
||||
PlaybackBehavior.AlwaysPlay="Always play even when not visible"
|
||||
NetworkCaching="Network Caching (ms)"
|
||||
PlayPause="Play/Pause"
|
||||
Restart="Restart"
|
||||
Stop="Stop"
|
||||
PlaylistNext="Next"
|
||||
PlaylistPrev="Previous"
|
||||
|
Reference in New Issue
Block a user