mpv/player/lua
Guido Cella 5158a3d779 console.lua: don't enable the console-input input section
https://github.com/rossy/mpv-repl enabled and disabled its keybindings
with input sections (define-section, mp.enable_key_bindings and
mp.disable_key_bindings), but when wm4 merged it in mpv, he changed it
to use mp.add_forced_key_binding and mp.remove_key_binding because he
deprecated input sections, but he forgot to remove the
mp.enable_key_bindings line. Remove it now.
2024-06-09 20:50:03 +02:00
..
assdraw.lua
auto_profiles.lua auto_profiles.lua: fix some lint warnings 2024-05-12 20:06:39 +02:00
console.lua console.lua: don't enable the console-input input section 2024-06-09 20:50:03 +02:00
defaults.lua defaults.lua: handle canceled key bindings 2024-06-06 23:38:39 +03:00
fzy.lua scripting: add mp.input.select() 2024-05-07 22:34:22 +02:00
input.lua console.lua: don't convert integers for mp.input to string 2024-05-12 23:13:48 +02:00
meson.build select.lua: add this script 2024-05-12 23:13:48 +02:00
options.lua options.lua: fix some lint warnings 2024-05-12 20:06:39 +02:00
osc.lua osc.lua: fix timetotal and timems settings 2024-06-09 06:08:10 +02:00
select.lua options: add --osd-playlist-entry 2024-06-08 01:43:15 +02:00
stats.lua stats.lua: display file tags 2024-06-09 00:58:48 +02:00
ytdl_hook.lua ytdl_hook.lua: fix lint warnings 2024-06-02 22:26:00 +02:00