diff options
Diffstat (limited to 'DOCS/man/en')
-rw-r--r-- | DOCS/man/en/input.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index 43cea2fcd9..f9ce7b5082 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -443,6 +443,14 @@ Input Commands that are Possibly Subject to Change Remove an overlay added with ``overlay_add`` and the same ID. Does nothing if no overlay with this ID exists. +``script_message "<target>" "<arg1>" "<arg2>" ...`` + Send a message to the client named ``<target>``, and pass it the following + list of arguments. The target can be for example a script (Lua scripts + can get their name via ``mp.get_script_name()``). What this message means, + how many arguments it takes, and what the arguments mean is fully up to + the target and the sender. Lua scripts use it to add key bindings via + input.conf. + Undocumented commands: ``tv_start_scan``, ``tv_step_channel``, ``tv_step_norm``, ``tv_step_chanlist``, ``tv_set_channel``, ``tv_last_channel``, ``tv_set_freq``, ``tv_step_freq``, ``tv_set_norm``, ``dvb_set_channel`` (all of these |