Mercurial > mplayer.hg
diff input/input.c @ 21008:b50f601f88e8
bind TAB to 'step_property switch_program'
| author | nicodvb |
|---|---|
| date | Sat, 18 Nov 2006 14:33:46 +0000 |
| parents | 28714c74c444 |
| children | c549c2de24ce |
line wrap: on
line diff
--- a/input/input.c Sat Nov 18 14:33:04 2006 +0000 +++ b/input/input.c Sat Nov 18 14:33:46 2006 +0000 @@ -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" },
