summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
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 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" },