From dba2b90d9a34055e98c9216bd305a5cb4fb01a3a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 9 Oct 2014 21:23:54 +0200 Subject: 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. --- DOCS/man/options.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DOCS/man') 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=`` + (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 --- -- cgit v1.2.3