summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2014-10-09 21:23:54 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2014-10-09 22:14:41 +0200
commitdba2b90d9a34055e98c9216bd305a5cb4fb01a3a (patch)
treeda5d649961ccc1ad9d3b812da24678b5433970a8 /DOCS
parent58f62891fa99c8d4d0ebfc9c719134af753366e2 (diff)
downloadmpv-dba2b90d9a34055e98c9216bd305a5cb4fb01a3a.tar.bz2
mpv-dba2b90d9a34055e98c9216bd305a5cb4fb01a3a.tar.xz
libmpv/cocoa: don't start the event monitor
The event monitor is used to get keyboard events when there is no window, but since it is a global monitor to the current process, we don't want it in a library setting.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 09e5b0b520..1c49d6754a 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2228,6 +2228,11 @@ Input
(This option was renamed from ``--input-x11-keyboard``.)
+``--input-app-events=<yes|no>``
+ (OS X only)
+ Enable/disable application wide keyboard events so that keyboard shortcuts
+ can be processed without a window. Enabled by default (except for libmpv).
+
OSD
---