summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-09 18:28:37 +0200
committerwm4 <wm4@nowhere>2014-10-09 18:28:37 +0200
commite294656cb11082a77f2e785fb55ddafa926bbc47 (patch)
treece2c6c09aa15567b78ae9c311de81a90f15c3346 /DOCS/man
parentfef9ea5f6282b294cc1863dcc9e630e5ad9684ba (diff)
downloadmpv-e294656cb11082a77f2e785fb55ddafa926bbc47.tar.bz2
mpv-e294656cb11082a77f2e785fb55ddafa926bbc47.tar.xz
client API: rename --input-x11-keyboard to --input-vo-keyboard
Apparently we need this for Cocoa too. (The option was X11 specific in the hope that only X11 would need this hack.)
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 86632436dd..f0bd8aac66 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2176,8 +2176,9 @@ Input
Use the right Alt key as Alt Gr to produce special characters. If disabled,
count the right Alt as an Alt modifier key. Enabled by default.
-``--input-x11-keyboard=<yes|no>``
- Disable all keyboard input on the X11 VO window. Generally useful for
+``--input-vo-keyboard=<yes|no>``
+ Disable all keyboard input on for VOs which can't participate in proper
+ keyboard input dispatching. This currently affects X11. Generally useful for
embedding only.
On X11, a sub-window with input enabled grabs all keyboard input as long
@@ -2195,6 +2196,8 @@ Input
As a workaround, this option is disabled by default in libmpv. (Note that
``input-default-bindings`` is disabled by default in libmpv as well.)
+ (This option was renamed from ``--input-x11-keyboard``.)
+
OSD
---