From 0f973cc8c644862b7a3f68da27016c9a2e952f07 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 17 Feb 2014 20:23:30 +0100 Subject: manpage: input: document script_message command --- DOCS/man/en/input.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'DOCS/man/en') 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 "" "" "" ...`` + Send a message to the client named ````, 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 -- cgit v1.2.3