summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-12-11 12:44:39 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-12-16 06:21:53 +0200
commita7f4b6b10279d8f7cf06a4859f10926c8e00f4a1 (patch)
treed360f15e50441cfa73c7669d86c59a4200d471d0 /input
parent41270c50cfb7b7a3b76cfbc0c8494b4a9df33da9 (diff)
downloadmpv-a7f4b6b10279d8f7cf06a4859f10926c8e00f4a1.tar.bz2
mpv-a7f4b6b10279d8f7cf06a4859f10926c8e00f4a1.tar.xz
commands: Allow cycling subtitles backwards with 'J'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32680 b3059339-0415-0410-9bf9-f77b7e298cf2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32714 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input')
-rw-r--r--input/input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/input.c b/input/input.c
index c08f3d49f0..2119c729ba 100644
--- a/input/input.c
+++ b/input/input.c
@@ -438,6 +438,7 @@ static const mp_cmd_bind_t def_cmd_binds[] = {
{ { 'a', 0 }, "sub_alignment" },
{ { 'v', 0 }, "sub_visibility" },
{ { 'j', 0 }, "sub_select" },
+ { { 'J', 0 }, "sub_select -3" },
{ { 'F', 0 }, "forced_subs_only" },
{ { '#', 0 }, "switch_audio" },
{ { '_', 0 }, "step_property switch_video" },