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.
This commit is contained in:
Guido Cella 2021-08-06 09:28:31 +02:00 committed by avih
parent 873ae0de2a
commit 7eb34d2376
1 changed files with 1 additions and 1 deletions

View File

@ -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