summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-17 19:37:58 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-17 19:37:58 +0000
commit637417346e2f384452d34e67fe2911e603d8a2ff (patch)
tree5f9170036da70101824c0a9d0fe233ea3e280bf7 /input
parent99280ec76efa7519ae2e4fbb81c4e980267f1804 (diff)
downloadmpv-637417346e2f384452d34e67fe2911e603d8a2ff.tar.bz2
mpv-637417346e2f384452d34e67fe2911e603d8a2ff.tar.xz
Since vobsub_lang and sub_select do the same, 'b' and 'j' were bound
to the same thing. Remove the binding for 'b'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20993 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input')
-rw-r--r--input/input.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/input/input.c b/input/input.c
index 80acd21213..aa38a4e646 100644
--- a/input/input.c
+++ b/input/input.c
@@ -376,8 +376,7 @@ static mp_cmd_bind_t def_cmd_binds[] = {
{ { 't', 0 }, "sub_pos +1" },
{ { 'a', 0 }, "sub_alignment" },
{ { 'v', 0 }, "sub_visibility" },
- { { 'b', 0 }, "sub_select" },
- { { 'j', 0 }, "vobsub_lang" },
+ { { 'j', 0 }, "sub_select" },
{ { 'F', 0 }, "forced_subs_only" },
{ { '#', 0 }, "switch_audio" },
{ { '_', 0 }, "step_property switch_video" },