[Mplayer-cvslog] CVS: main/input input.c,1.16,1.17
Arpi of Ize
arpi at mplayer.dev.hu
Wed Mar 6 22:59:26 CET 2002
Update of /cvsroot/mplayer/main/input
In directory mplayer:/var/tmp.root/cvs-serv19573
Modified Files:
input.c
Log Message:
KEY_ENTER->quit binding. why doesn't 'pt_step 1' exits if no more file left?
Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- input.c 28 Feb 2002 13:49:04 -0000 1.16
+++ input.c 6 Mar 2002 21:59:24 -0000 1.17
@@ -149,11 +149,13 @@
{ { '-', 0 }, "audio_delay -0.100" },
{ { 'q', 0 }, "quit" },
{ { KEY_ESC, 0 }, "quit" },
+ { { KEY_ENTER, 0 }, "quit" },
// { { 'p', 0 }, "pause" },
{ { ' ', 0 }, "pause" },
{ { KEY_HOME, 0 }, "pt_up_step 1" },
{ { KEY_END, 0 }, "pt_up_step -1" },
{ { '>', 0 }, "pt_step 1" },
+// { { KEY_ENTER, 0 }, "pt_step 1" },
{ { '<', 0 }, "pt_step -1" },
{ { KEY_INS, 0 }, "alt_src_step 1" },
{ { KEY_DEL, 0 }, "alt_src_step -1" },
More information about the MPlayer-cvslog
mailing list