From de4720539ae323be7d25076cd07e02d7b8b1e65e Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 14 Oct 2004 15:33:10 +0000 Subject: Make '.' key default for framestepping git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13643 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.c | 1 + 1 file changed, 1 insertion(+) (limited to 'input') 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" }, -- cgit v1.2.3