mirror of
https://github.com/morgant/mlvwmrc.git
synced 2025-01-14 20:29:42 +00:00
Added VLC playback controls menu
This commit is contained in:
parent
ff1b332751
commit
fa7b9628ad
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user