diff input/input.c @ 32593:0c5bb45690ea

Allow cycling subtitles backwards with 'J'.
author reimar
date Sat, 11 Dec 2010 12:44:39 +0000
parents 8fa2f43cb760
children cc8cef372901
line wrap: on
line diff
--- a/input/input.c	Sat Dec 11 12:23:07 2010 +0000
+++ b/input/input.c	Sat Dec 11 12:44:39 2010 +0000
@@ -427,6 +427,7 @@
   { { '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" },