# HG changeset patch # User arpi # Date 1015451964 0 # Node ID 84f465d2ff16368daf8eda692390f2cf1fc81b2f # Parent c05bf13e857d8aa1e8d41318e15c6d6fbe3577e5 KEY_ENTER->quit binding. why doesn't 'pt_step 1' exits if no more file left? diff -r c05bf13e857d -r 84f465d2ff16 input/input.c --- a/input/input.c Wed Mar 06 21:01:07 2002 +0000 +++ b/input/input.c Wed Mar 06 21:59:24 2002 +0000 @@ -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" },