mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
committed by
Avi Halachmi
parent
a6c363e8da
commit
dcd681ecdd
@@ -474,7 +474,7 @@ local function get_kbinfo_lines()
|
||||
and bind.section ~= "input_forced_console"
|
||||
and (
|
||||
searched_text == nil or
|
||||
(bind.key .. bind.cmd):lower():find(searched_text, 1, true)
|
||||
(bind.key .. bind.cmd .. (bind.comment or "")):lower():find(searched_text, 1, true)
|
||||
)
|
||||
then
|
||||
active[bind.key] = bind
|
||||
|
||||
Reference in New Issue
Block a user