summaryrefslogtreecommitdiffstats
path: root/input/input.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-14 15:33:10 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-14 15:33:10 +0000
commitde4720539ae323be7d25076cd07e02d7b8b1e65e (patch)
tree414ea3ab396c8cf0e9fc1689f2dd7aeb38a4b379 /input/input.c
parent82f168a4f657e4026dc3b4a027ad310ac26353bd (diff)
downloadmpv-de4720539ae323be7d25076cd07e02d7b8b1e65e.tar.bz2
mpv-de4720539ae323be7d25076cd07e02d7b8b1e65e.tar.xz
Make '.' key default for framestepping
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13643 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input/input.c')
-rw-r--r--input/input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/input.c b/input/input.c
index 951d03583e..420c2fe2de 100644
--- a/input/input.c
+++ b/input/input.c
@@ -276,6 +276,7 @@ static mp_cmd_bind_t def_cmd_binds[] = {
{ { 'p', 0 }, "pause" },
#endif
{ { ' ', 0 }, "pause" },
+ { { '.', 0 }, "frame_step" },
{ { KEY_HOME, 0 }, "pt_up_step 1" },
{ { KEY_END, 0 }, "pt_up_step -1" },
{ { '>', 0 }, "pt_step 1" },