Mercurial > mplayer.hg
changeset 21743:56a8f74259c2
Remove undocumented redundant key bindings.
author | diego |
---|---|
date | Sun, 24 Dec 2006 04:54:31 +0000 |
parents | 7544910f14b4 |
children | 060503195b58 |
files | input/input.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/input/input.c Sun Dec 24 04:46:43 2006 +0000 +++ b/input/input.c Sun Dec 24 04:54:31 2006 +0000 @@ -337,10 +337,8 @@ { { '}', 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 @@ { { 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 @@ { { '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" },