summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2019-11-16 16:54:07 +0100
committerder richter <der.richter@gmx.de>2019-12-15 20:07:31 +0100
commit8a6ee7fe947bb01a49beb38152cedb1e1b206ed2 (patch)
tree6ccead9d45dcc1561601c6d4927c6c71ba528eac /DOCS/man
parent1eb6cbd093481517e37b40aec174fc6f4e553bcd (diff)
downloadmpv-8a6ee7fe947bb01a49beb38152cedb1e1b206ed2.tar.bz2
mpv-8a6ee7fe947bb01a49beb38152cedb1e1b206ed2.tar.xz
mac: remove Apple Remote support
the Apple Remote has long been deprecated and abandoned by Apple. current macs don't come with support for it anymore. support might be re-added with the next commit.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/input.rst3
-rw-r--r--DOCS/man/options.rst4
2 files changed, 0 insertions, 7 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 323a961804..3d9263ee3f 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -145,9 +145,6 @@ Comments on some symbolic names:
``GAMEPAD_*``
Keys emitted by the SDL gamepad backend.
-``AR_*``
- Keys emitted by the OSX-only Apple Remote code.
-
``UNMAPPED``
Pseudo-key that matches any unmapped key. (You should probably avoid this
if possible, because it might change behavior or get removed in the future.)
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index c2fd9136a3..be9177b09a 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3484,10 +3484,6 @@ Input
See `JSON IPC`_ for details.
-``--input-appleremote=<yes|no>``
- (OS X only)
- Enable/disable Apple Remote support. Enabled by default (except for libmpv).
-
``--input-gamepad=<yes|no>``
Enable/disable SDL2 Gamepad support. Disabled by default.