[MPlayer-dev-eng] [PATCH] add option to disable default keybinds

Diego Biurrun diego at biurrun.de
Tue Mar 10 09:55:22 CET 2009


On Sat, Feb 07, 2009 at 05:44:58PM +0100, Reimar Döffinger wrote:
> Since quite a few people could have used this already, I decided to
> finally implement it.
> --- input/input.c	(revision 28479)
> +++ input/input.c	(working copy)
> @@ -611,6 +612,8 @@
>    { "file", &in_file, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL },
> +  { "default-binds", &default_binds, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL },
> +  { "nodefault-binds", &default_binds, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL },

If you don't mind I'll rename this to 'default-bindings', 'default-bind'
sounds weird.

Diego



More information about the MPlayer-dev-eng mailing list