1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

bind TAB to 'step_property switch_program'

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21024 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2006-11-18 14:33:46 +00:00
parent b96ae083af
commit 6d35b26c4f

View File

@ -380,6 +380,7 @@ static mp_cmd_bind_t def_cmd_binds[] = {
{ { '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" },