[MPlayer-cvslog] r21024 - trunk/input/input.c

nicodvb subversion at mplayerhq.hu
Sat Nov 18 15:33:46 CET 2006


Author: nicodvb
Date: Sat Nov 18 15:33:46 2006
New Revision: 21024

Modified:
   trunk/input/input.c

Log:
bind TAB to 'step_property switch_program'

Modified: trunk/input/input.c
==============================================================================
--- trunk/input/input.c	(original)
+++ trunk/input/input.c	Sat Nov 18 15:33:46 2006
@@ -380,6 +380,7 @@
   { { 'F', 0 }, "forced_subs_only" },
   { { '#', 0 }, "switch_audio" },
   { { '_', 0 }, "step_property switch_video" },
+  { { KEY_TAB, 0 }, "step_property switch_program" },
   { { 'i', 0 }, "edl_mark" },
 #ifdef USE_TV
   { { 'h', 0 }, "tv_step_channel 1" },



More information about the MPlayer-cvslog mailing list