mpv/player/lua
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
..
assdraw.lua Move mpvcore/player/ to player/ 2013-12-17 00:53:22 +01:00
defaults.lua lua: add mechanism for script provided key bindings 2014-02-17 02:52:58 +01:00
osc.lua options: make --no-config block all auto-loaded configuration files 2014-02-14 14:01:27 +01:00