mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
KEY_ENTER->quit binding. why doesn't 'pt_step 1' exits if no more file left?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4957 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
381ba84b9e
commit
6662c6b1fc
@ -149,11 +149,13 @@ static mp_cmd_bind_t def_cmd_binds[] = {
|
||||
{ { '-', 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" },
|
||||
|
Loading…
Reference in New Issue
Block a user