From 7eb34d237699f82fc1764cb5d5d70c530cee2321 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Fri, 6 Aug 2021 09:28:31 +0200 Subject: 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. --- player/lua/stats.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') 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 -- cgit v1.2.3