summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-24 04:54:31 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-24 04:54:31 +0000
commitdf47e39b275a8994b4c53476f9f02ba2c470c22a (patch)
tree844b860ae19513a8d120011fd39a295e124a8963 /input
parent0170a0e377d4a39e337b0c4a52bbcece66c90ca0 (diff)
downloadmpv-df47e39b275a8994b4c53476f9f02ba2c470c22a.tar.bz2
mpv-df47e39b275a8994b4c53476f9f02ba2c470c22a.tar.xz
Remove undocumented redundant key bindings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21759 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input')
-rw-r--r--input/input.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/input/input.c b/input/input.c
index 35f13c1ecd..a8cf7f7e8f 100644
--- a/input/input.c
+++ b/input/input.c
@@ -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" },