Mercurial > mplayer.hg
changeset 20977:28714c74c444
Since vobsub_lang and sub_select do the same, 'b' and 'j' were bound
to the same thing. Remove the binding for 'b'.
author | reimar |
---|---|
date | Fri, 17 Nov 2006 19:37:58 +0000 |
parents | 99d7c6cb0f81 |
children | 8aebf806a476 |
files | DOCS/man/en/mplayer.1 input/input.c |
diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1 Fri Nov 17 19:16:07 2006 +0000 +++ b/DOCS/man/en/mplayer.1 Fri Nov 17 19:37:58 2006 +0000 @@ -257,7 +257,7 @@ (see \-framedrop and \-hardframedrop). .IPs "v\ \ \ \ " Toggle subtitle visibility. -.IPs "b / j" +.IPs "j\ \ \ \ " Cycle through the available subtitles. .IPs "y and g" Step forward/backward in the subtitle list.
--- a/input/input.c Fri Nov 17 19:16:07 2006 +0000 +++ b/input/input.c Fri Nov 17 19:37:58 2006 +0000 @@ -376,8 +376,7 @@ { { '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" },