summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-16 21:26:46 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-16 21:26:46 +0000
commitd38d98d64d945703ed44e4c6cb2103a28e46a14e (patch)
tree524e943b9ca516b34f918f7fa787ce6310fc7a2b /input
parent17fde01155db9a3ab8329970ebda6a758c309cbc (diff)
downloadmpv-d38d98d64d945703ed44e4c6cb2103a28e46a14e.tar.bz2
mpv-d38d98d64d945703ed44e4c6cb2103a28e46a14e.tar.xz
associated _ to 'step_property switch_video'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20966 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input')
-rw-r--r--input/input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/input.c b/input/input.c
index ce59978008..b3caf5b366 100644
--- a/input/input.c
+++ b/input/input.c
@@ -379,6 +379,7 @@ static mp_cmd_bind_t def_cmd_binds[] = {
{ { 'j', 0 }, "vobsub_lang" },
{ { 'F', 0 }, "forced_subs_only" },
{ { '#', 0 }, "switch_audio" },
+ { { '_', 0 }, "step_property switch_video" },
{ { 'i', 0 }, "edl_mark" },
#ifdef USE_TV
{ { 'h', 0 }, "tv_step_channel 1" },