[MPlayer-cvslog] CVS: main/input input.c,1.125,1.126
Diego Biurrun
diego at biurrun.de
Mon Nov 7 00:21:23 CET 2005
On Wed, Nov 02, 2005 at 10:50:57PM +0100, Alban Bedel CVS wrote:
>
> { { 'q', 0 }, "quit" },
> + { { 'Q', 0 }, "quit" },
> { { 'p', 0 }, "pause" },
> + { { 'P', 0 }, "pause" },
> { { 'o', 0 }, "osd" },
> + { { 'O', 0 }, "osd" },
> { { 'm', 0 }, "mute" },
> + { { 'M', 0 }, "mute" },
This is a bad idea IMO (not to mention undocumented). I'd like to
revert it. Opinions?
Diego
More information about the MPlayer-cvslog
mailing list