diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-18 14:33:46 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-18 14:33:46 +0000 |
commit | 6d35b26c4feac72787f634b8c0fa265d53394f2f (patch) | |
tree | c560bcc118d0e21faaed79cdd16f2d8767a294af /input/input.c | |
parent | b96ae083af88749d1ec30ba27176278bad173dcf (diff) | |
download | mpv-6d35b26c4feac72787f634b8c0fa265d53394f2f.tar.bz2 mpv-6d35b26c4feac72787f634b8c0fa265d53394f2f.tar.xz |
bind TAB to 'step_property switch_program'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21024 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input/input.c')
-rw-r--r-- | input/input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/input/input.c b/input/input.c index aa38a4e646..73f9034821 100644 --- a/input/input.c +++ b/input/input.c @@ -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" }, |