summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-03-21 08:18:18 -0400
committersfan5 <sfan5@live.de>2024-03-29 14:07:37 +0100
commit3a2a457171e7e79ee0f88a89b6f2bc61f64803c4 (patch)
treeda4fef5ad0446dbe5189aff0fdc16b75c052b869
parent276bbb8884b7c7a35bb0496551ae944f9ab962af (diff)
downloadmpv-3a2a457171e7e79ee0f88a89b6f2bc61f64803c4.tar.bz2
mpv-3a2a457171e7e79ee0f88a89b6f2bc61f64803c4.tar.xz
DOCS/options: document key autorepeat defaults
-rw-r--r--DOCS/man/options.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 1b6e1465de..db167b0e5f 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4071,17 +4071,18 @@ Demuxer
Input
-----
-``--native-keyrepeat``
+``--native-keyrepeat=<yes|no>``
Use system settings for keyrepeat delay and rate, instead of
- ``--input-ar-delay`` and ``--input-ar-rate``. (Whether this applies
- depends on the VO backend and how it handles keyboard input. Does not
- apply to terminal input.)
+ ``--input-ar-delay`` and ``--input-ar-rate`` (default: no).
+ Whether this applies depends on the VO backend and how it handles
+ keyboard input. Does not apply to terminal input.
``--input-ar-delay``
- Delay in milliseconds before we start to autorepeat a key (0 to disable).
+ Delay in milliseconds before we start to autorepeat a key (default: 200).
+ Set it to 0 to disable.
``--input-ar-rate``
- Number of key presses to generate per second on autorepeat.
+ Number of key presses to generate per second on autorepeat (default: 40).
``--input-conf=<filename>``
Specify input configuration file other than the default location in the mpv