Added VLC playback controls menu

This commit is contained in:
Morgan Aldridge 2019-11-22 14:59:36 -05:00
parent ff1b332751
commit fa7b9628ad
1 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,13 @@ Menu VLC-File, Label "File", Left
"Quit" Action SendMessage C+Q
END
Menu VLC-Playback, Label "Playback", Left
"Play/Pause" Action SendMessage N+space
"Stop" Action SendMessage N+S
"Previous" Action SendMessage N+P
"Next" Action SendMessage N+N
END
Menu VLC-Tools, Label "Tools", Left
"Effects and Filters" Action SendMessage C+E
"Media Information" Action SendMessage C+I
@ -27,6 +34,7 @@ END
MenuBar VLC
VLC-File
def-Edit
VLC-Playback
VLC-Tools
END