mirror of https://github.com/mpv-player/mpv
man: lua: fix typo in script-binding example.
This line was added in ae5df9be98
, and it appears to have been a typo.
This commit is contained in:
parent
f0ba2a54e6
commit
769f79bd39
|
@ -255,7 +255,7 @@ The ``mp`` module is preloaded, although it can be loaded manually with
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
y script-binding fooscript.something
|
y script-binding fooscript/something
|
||||||
|
|
||||||
``mp.add_forced_key_binding(...)``
|
``mp.add_forced_key_binding(...)``
|
||||||
This works almost the same as ``mp.add_key_binding``, but registers the
|
This works almost the same as ``mp.add_key_binding``, but registers the
|
||||||
|
|
Loading…
Reference in New Issue