From ec9083d0d8677da928ec29af6f68ec5d25b506ab Mon Sep 17 00:00:00 2001 From: LaserEyess Date: Mon, 9 Aug 2021 08:46:58 -0400 Subject: options: clarify OS support for media keys The previous wording gave the false impression that there was no media key support for OSes besides Windows and macOS. This is untrue, the option may only exist on those two platforms but it simply means that media keys will always be enabled on other OSes as long as they are supported. --- DOCS/man/options.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 731d155390..bb69e3a6c5 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -3926,8 +3926,15 @@ Input Support depends on the VO in use. ``--input-media-keys=`` - (macOS and Windows only) - Enable/disable media keys support. Enabled by default (except for libmpv). + On systems where mpv can choose between receiving media keys or letting + the system handle them - this option controls whether mpv should receive + them. + + Default: yes (except for libmpv). macOS and Windows only, because elsewhere + mpv doesn't have a choice - the system decides whether to send media keys + to mpv. For instance, on X11 or Wayland, system-wide media keys are not + implemented. Whether media keys work when the mpv window is focused is + implementation-defined. ``--input-right-alt-gr``, ``--no-input-right-alt-gr`` (Cocoa and Windows only) -- cgit v1.2.3