From 3a2a457171e7e79ee0f88a89b6f2bc61f64803c4 Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Thu, 21 Mar 2024 08:18:18 -0400 Subject: [PATCH] DOCS/options: document key autorepeat defaults --- DOCS/man/options.rst | 13 +++++++------ 1 file 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=`` 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=`` Specify input configuration file other than the default location in the mpv