summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2021-08-06 09:28:31 +0200
committeravih <avih@users.noreply.github.com>2021-08-06 10:29:28 +0300
commit7eb34d237699f82fc1764cb5d5d70c530cee2321 (patch)
tree50a231251432615ef78b41f66f26ccd979a23fd0 /player
parent873ae0de2af3bb84a11e5e57f6e3a8942b2263c2 (diff)
downloadmpv-7eb34d237699f82fc1764cb5d5d70c530cee2321.tar.bz2
mpv-7eb34d237699f82fc1764cb5d5d70c530cee2321.tar.xz
stats.lua: page 4 (keys): group current-window-scale under window
This groups "set current-window-scale ..." under the "window" group instead of "current" in the list of keybindings.
Diffstat (limited to 'player')
-rw-r--r--player/lua/stats.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua/stats.lua b/player/lua/stats.lua
index 87bff24f0f..f662be145c 100644
--- a/player/lua/stats.lua
+++ b/player/lua/stats.lua
@@ -376,7 +376,7 @@ local cmd_prefixes = {
-- commands/writable-properties prefix sub-words (followed by -) to strip
local name_prefixes = {
define=1, delete=1, enable=1, disable=1, dump=1, write=1, drop=1, revert=1,
- ab=1, hr=1, secondary=1,
+ ab=1, hr=1, secondary=1, current=1,
}
-- extract a command "subject" from a command string, by removing all
-- generic prefix tokens and then returning the first interesting sub-word