[MPlayer-dev-eng] [PATCH] add option to disable default keybinds
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Tue Mar 10 10:26:04 CET 2009
On Tue, Mar 10, 2009 at 09:55:22AM +0100, Diego Biurrun wrote:
> 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.
I consider both equally weird, but I don't object.
More information about the MPlayer-dev-eng
mailing list