From 187cbd7aa7a74bf1596b3501c095920441f76dc0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 13 Oct 2012 21:10:20 +0200 Subject: input: add input test mode In input test mode, key bindings won't be executed, but are shown on the OSD. The OSD includes various information, such as the name of the key, the command itself, whether it's builtin, and the config file location it was defined. The input test mode can be enabled with "--input=test". No effort is spent trying to react to key bindings that normally exit the player; they are treated just like any other binding. --- DOCS/man/en/options.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index c825cd58d6..a8fe171601 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -935,6 +935,13 @@ can do several `echo "seek 10" > mp_pipe` and the pipe will stay valid. + test + Input test mode. Instead of executing commands on key presses, mpv + will show the keys and the bound commands on the OSD. Has to be used + with a dummy video, and the normal ways to quit the player will not + work (key bindings that normally quit will be shown on OSD only, just + like any other binding). + --ipv4-only-proxy Skip any HTTP proxy for IPv6 addresses. It will still be used for IPv4 connections. -- cgit v1.2.3