summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-18 00:03:59 +0200
committerwm4 <wm4@nowhere>2014-05-18 00:03:59 +0200
commitdc965235364d0e914428499a89f5289a0441387e (patch)
tree2bfecd5bd500f0089ebe34ee7b0b4edd612f00a9
parent5841685e09dd1ae92de6adf20f3dc1f23fcda750 (diff)
downloadmpv-dc965235364d0e914428499a89f5289a0441387e.tar.bz2
mpv-dc965235364d0e914428499a89f5289a0441387e.tar.xz
manpage: document discnav command
-rw-r--r--DOCS/man/en/input.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index 122fc679ec..4d0e6f7a4c 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -300,6 +300,20 @@ List of Input Commands
Show the progress bar, the elapsed time and the total duration of the file
on the OSD.
+``discnav "<command>"``
+ Send a menu control command to the DVD/BD menu implementation. The following
+ commands are defined: ``up``, ``down``, ``left``, ``right``,
+ ``menu`` (request to enter menu), ``prev`` (previous screen),
+ ``select`` (activate current button), ``mouse`` (the mouse was clicked),
+ ``mouse_move`` (the mouse cursor changed position).
+
+ ``menu`` and ``prev`` are DVD-only. ``mouse_move`` will use the current
+ mouse position.
+
+ Note that while the menu is active, the input section ``discnav-menu`` will
+ be enabled, so different key bindings can be mapped for menu mode.
+
+
Input Commands that are Possibly Subject to Change
--------------------------------------------------