summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2024-03-21 20:09:22 +0100
committerKacper Michajłow <kasper93@gmail.com>2024-04-18 01:17:53 +0200
commit8a4ecda94074c27501b52bbc6e7d44828f5e4f7a (patch)
treebcb1baf80b9bc461e0a4cab3d2b6235376869994 /DOCS/man
parent7cfd369ffb8cb5ddfe2e88d10d6d648f8a9db60a (diff)
downloadmpv-8a4ecda94074c27501b52bbc6e7d44828f5e4f7a.tar.bz2
mpv-8a4ecda94074c27501b52bbc6e7d44828f5e4f7a.tar.xz
stats.lua: filter input bindings by typing them
This lets you press / in page 4 of the stats and type a keybinding or part of its command to filter it by using mp.input. This works badly without a VO because both stats.lua and console.lua use show-text and only one can be displayed at a time, but it's still better than not having the search available at all.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/stats.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/stats.rst b/DOCS/man/stats.rst
index 58cae9a0b1..a5cd3b3d91 100644
--- a/DOCS/man/stats.rst
+++ b/DOCS/man/stats.rst
@@ -35,6 +35,9 @@ UP Scroll one line up
DOWN Scroll one line down
==== ==================
+Page 4 also binds ``/`` to search for input bindings by typing part of a binding
+or command.
+
Configuration
-------------
@@ -62,6 +65,8 @@ Configurable Options
Default: UP
``key_scroll_down``
Default: DOWN
+``key_scroll_search``
+ Default: /
``scroll_lines``
Default: 1