0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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
This commit is contained in:
reimar 2006-11-17 19:37:58 +00:00
parent 99280ec76e
commit 637417346e
2 changed files with 2 additions and 3 deletions

View File

@ -257,7 +257,7 @@ Toggle frame dropping states: none / skip display / skip decoding
(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.

View File

@ -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" },