[MPlayer-cvslog] r21759 - trunk/input/input.c
diego
subversion at mplayerhq.hu
Sun Dec 24 05:54:32 CET 2006
Author: diego
Date: Sun Dec 24 05:54:31 2006
New Revision: 21759
Modified:
trunk/input/input.c
Log:
Remove undocumented redundant key bindings.
Modified: trunk/input/input.c
==============================================================================
--- trunk/input/input.c (original)
+++ trunk/input/input.c Sun Dec 24 05:54:31 2006
@@ -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" },
More information about the MPlayer-cvslog
mailing list