1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 16:33:02 +00:00
mpv/DOCS
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
..
client_api_examples Add a client API example 2014-02-10 21:30:55 +01:00
man/en lua: add mechanism for script provided key bindings 2014-02-17 02:52:58 +01:00
OUTDATED-tech
crosscompile-mingw.md DOCS/crosscompile-mingw: use settings.mk instead of make variables 2014-02-17 02:52:58 +01:00
edl-mpv.rst docs: edl: minor corrections 2013-12-05 22:58:53 +01:00
encoding.rst Install encoding-profiles.conf by default 2013-12-28 16:33:21 +01:00
tech-overview.txt Fix OSX build; remove all remaining mpvcore references 2013-12-17 08:44:21 +01:00
waf-buildsystem.rst DOCS/waf-buildsystem: add link to the Waf book 2014-02-06 13:45:35 +01:00