1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00
mpv/DOCS/man/en
wm4 24fa69dbfa lua: add mechanism for script provided key bindings
There was already an undocumented mechanism provided by
mp.set_key_bindings and other functions, but this was relatively
verbose, and also weird. It was mainly to make the OSC happy (including
being efficient and supporting weird corner cases), while the new
functions try to be a bit simpler.

This also provides a way to let users rebind script-provided commands.

(This mechanism is less efficient, because it's O(n^2) for n added key
bindings, but it shouldn't matter.)
2014-02-17 02:52:58 +01:00
..
af.rst manpage: fix af_equalizer syntax 2014-01-19 22:47:12 +01:00
ao.rst ao_pulse: lower default buffer size from 1000ms to 250ms 2014-01-07 23:52:18 +01:00
changes.rst changes.rst: add entry for dvdnav menu 2013-12-23 20:09:50 +01:00
encode.rst manpage: proofread and fix formatting 2013-07-08 18:02:46 +02:00
input.rst command: export chapter list as properties 2014-02-16 03:51:02 +01:00
lua.rst lua: add mechanism for script provided key bindings 2014-02-17 02:52:58 +01:00
mpv.rst lua: auto-load scripts from ~/.mpv/lua/ 2014-02-14 14:01:27 +01:00
options.rst options: make --no-config block all auto-loaded configuration files 2014-02-14 14:01:27 +01:00
osc.rst docs: osc: update cache display percentage. 2013-10-26 11:12:08 +02:00
vf.rst manpage: fix vf_noise parameter name 2013-12-30 22:50:01 +01:00
vo.rst man: update wayland options 2014-02-11 18:55:25 +01:00