summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorRicardo Constantino <wiiaboo@gmail.com>2017-04-17 14:17:05 +0100
committerRicardo Constantino <wiiaboo@gmail.com>2017-04-19 20:18:23 +0100
commita047e636ab3240d2ad3f1f89e3785c59172b6dfc (patch)
treeebbeda1986b6e9870093f58182e3078c8d05edeb /DOCS
parent9d6c208afaa46392254cf493e4dc201d5bd0b42e (diff)
downloadmpv-a047e636ab3240d2ad3f1f89e3785c59172b6dfc.tar.bz2
mpv-a047e636ab3240d2ad3f1f89e3785c59172b6dfc.tar.xz
man/osc: document volume and fullscreen buttons
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/osc.rst23
1 files changed, 17 insertions, 6 deletions
diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst
index 56335229fd..c0ecd48540 100644
--- a/DOCS/man/osc.rst
+++ b/DOCS/man/osc.rst
@@ -20,12 +20,12 @@ The Interface
::
- +---------+----------+----------------------------+-------------+
- | pl prev | pl next | title | cache |
- +------+--+---+------+---------+-----------+------+-------+-----+
- | play | skip | skip | time | seekbar | time | audio | sub |
- | | back | frwd | elapsed | | left | | |
- +------+------+------+---------+-----------+------+-------+-----+
+ +---------+----------+------------------------------------------+----------+
+ | pl prev | pl next | title | cache |
+ +------+--+---+------+---------+-----------+------+-------+-----+-----+----+
+ | play | skip | skip | time | seekbar | time | audio | sub | vol | fs |
+ | | back | frwd | elapsed | | left | | | | |
+ +------+------+------+---------+-----------+------+-------+-----+-----+----+
pl prev
@@ -102,6 +102,17 @@ audio and sub
shift+L-click show available audio/sub tracks
============= ================================================
+vol
+ ============= ================================================
+ left-click toggle mute
+ mouse wheel volume up/down
+ ============= ================================================
+
+fs
+ ============= ================================================
+ left-click toggle fullscreen
+ ============= ================================================
+
Key Bindings
~~~~~~~~~~~~