Mercurial > mplayer.hg
changeset 21008:b50f601f88e8
bind TAB to 'step_property switch_program'
author | nicodvb |
---|---|
date | Sat, 18 Nov 2006 14:33:46 +0000 |
parents | ae51c2fe7310 |
children | 32941a29a5ac |
files | input/input.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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" },