summaryrefslogtreecommitdiffstats
path: root/DOCS/man/console.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:13:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:13:14 +0000
commit5a3b54c78ce63d899f76dbb3db72e4894b40bd53 (patch)
tree50693d13eeefc4d683bdf5417f0861b0ef274a0c /DOCS/man/console.rst
parentAdding debian version 0.37.0-1. (diff)
downloadmpv-5a3b54c78ce63d899f76dbb3db72e4894b40bd53.tar.xz
mpv-5a3b54c78ce63d899f76dbb3db72e4894b40bd53.zip
Merging upstream version 0.38.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'DOCS/man/console.rst')
-rw-r--r--DOCS/man/console.rst14
1 files changed, 12 insertions, 2 deletions
diff --git a/DOCS/man/console.rst b/DOCS/man/console.rst
index 49502b3..b9f169f 100644
--- a/DOCS/man/console.rst
+++ b/DOCS/man/console.rst
@@ -86,7 +86,11 @@ Shift+INSERT
Paste text (uses the primary selection on X11 and Wayland).
TAB and Ctrl+i
- Complete the command or property name at the cursor.
+ Complete the text at the cursor. The first press inserts the longest common
+ prefix of the completions, and subsequent presses cycle through them.
+
+Shift+TAB
+ Cycle through the completions backwards.
Ctrl+l
Clear all log messages from the console.
@@ -154,6 +158,11 @@ Configurable Options
Set the font border size used for the REPL and the console.
+``case_sensitive``
+ Default: no on Windows, yes on other platforms.
+
+ Whether Tab completion is case sensitive. Only works with ASCII characters.
+
``history_dedup``
Default: true
@@ -161,7 +170,8 @@ Configurable Options
multiplied by "scale."
``font_hw_ratio``
- Default: 2.0
+ Default: auto
The ratio of font height to font width.
Adjusts table width of completion suggestions.
+ Values in the range 1.8..2.5 make sense for common monospace fonts.