mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 00:02:13 +00:00
Remove undocumented redundant key bindings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21759 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0170a0e377
commit
df47e39b27
@ -337,10 +337,8 @@ static mp_cmd_bind_t def_cmd_binds[] = {
|
||||
{ { '}', 0 }, "speed_mult 2.0" },
|
||||
{ { KEY_BACKSPACE, 0 }, "speed_set 1.0" },
|
||||
{ { 'q', 0 }, "quit" },
|
||||
{ { 'Q', 0 }, "quit" },
|
||||
{ { KEY_ESC, 0 }, "quit" },
|
||||
{ { 'p', 0 }, "pause" },
|
||||
{ { 'P', 0 }, "pause" },
|
||||
{ { ' ', 0 }, "pause" },
|
||||
{ { '.', 0 }, "frame_step" },
|
||||
{ { KEY_HOME, 0 }, "pt_up_step 1" },
|
||||
@ -351,7 +349,6 @@ static mp_cmd_bind_t def_cmd_binds[] = {
|
||||
{ { KEY_INS, 0 }, "alt_src_step 1" },
|
||||
{ { KEY_DEL, 0 }, "alt_src_step -1" },
|
||||
{ { 'o', 0 }, "osd" },
|
||||
{ { 'O', 0 }, "osd" },
|
||||
{ { 'I', 0 }, "osd_show_property_text \"${filename}\"" },
|
||||
{ { 'z', 0 }, "sub_delay -0.1" },
|
||||
{ { 'x', 0 }, "sub_delay +0.1" },
|
||||
@ -362,7 +359,6 @@ static mp_cmd_bind_t def_cmd_binds[] = {
|
||||
{ { '0', 0 }, "volume 1" },
|
||||
{ { '*', 0 }, "volume 1" },
|
||||
{ { 'm', 0 }, "mute" },
|
||||
{ { 'M', 0 }, "mute" },
|
||||
{ { '1', 0 }, "contrast -1" },
|
||||
{ { '2', 0 }, "contrast 1" },
|
||||
{ { '3', 0 }, "brightness -1" },
|
||||
|
Loading…
Reference in New Issue
Block a user