summaryrefslogtreecommitdiffstats
path: root/player/lua/defaults.lua
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2021-07-20 00:01:49 +0300
committerAvi Halachmi (:avih) <avihpit@yahoo.com>2021-07-20 00:13:35 +0300
commitfab25ac004be0de84d5f70f16499a73ae14b0f6d (patch)
tree388d1fdc12995ae51c48ff4ac99d98fe2b216710 /player/lua/defaults.lua
parent0c6ea0c0b0bac3481b11736898524ac44595e2d6 (diff)
downloadmpv-fab25ac004be0de84d5f70f16499a73ae14b0f6d.tar.bz2
mpv-fab25ac004be0de84d5f70f16499a73ae14b0f6d.tar.xz
stats.lua: page 4 (keys): fix "excluding stats keys"
The page 4 keybinding list tries to skip the interactive bindings of stats itself (because they would hide the normal bindings of these keys when stats is not visible), and to do that it excludes commands containing "script-binding stats/__key" - which is how script-added bindings usually look like. However, keys which are added with a "name" bind stats/name rather than stats/__key... - and that's what stats.lua did till now with its interactive force-bindings. Now the interactive forced bindings are added without a name, and so they do end up using the automatic stats/__key... and get excluded.
Diffstat (limited to 'player/lua/defaults.lua')
0 files changed, 0 insertions, 0 deletions