[MPlayer-dev-eng] conflicting keys in input.c
Oskar Liljeblad
oskar at osk.mine.nu
Sun Dec 29 10:34:27 CET 2002
On Saturday, December 28, 2002 at 22:22, Michael Halcrow wrote:
> The sub_alignment and edl must have both happened with the last batch of
> patches; for edl, I was careful to pick a letter that was not already
> used at the time. Looks like we're running out of keys :-)
I wonder if it would be possible to implement shift-bound keys.
That way many of the subtitle commands could be merged...
If you ask me, I'd ask you if the GUI key bindings were really
needed...
#ifdef HAVE_NEW_GUI
{ { 'l', 0 }, "gui_loadfile" },
{ { 't', 0 }, "gui_loadsubtitle" },
{ { 'a', 0 }, "gui_about" },
{ { KEY_ENTER, 0 }, "gui_play" },
{ { 's', 0 }, "gui_stop" },
{ { 'p', 0 }, "gui_playlist" },
{ { 'r', 0 }, "gui_preferences" },
{ { 'c', 0 }, "gui_skinbrowser" },
#endif
Oskar (oskar at osk.mine.nu)
> On Sat, 28 Dec 2002, Gabucino wrote:
>
> > { { 'i', 0 }, "sub_alignment" },
> > #ifdef USE_EDL
> > { { 'i', 0 }, "edl_mark" },
> > #endif
[..]
More information about the MPlayer-dev-eng
mailing list