Index: etc/input.conf =================================================================== RCS file: /cvsroot/mplayer/main/etc/input.conf,v retrieving revision 1.12 diff -u -r1.12 input.conf --- etc/input.conf 12 Oct 2004 22:10:55 -0000 1.12 +++ etc/input.conf 13 Oct 2004 20:04:03 -0000 @@ -19,7 +19,7 @@ ESC quit ENTER pt_step 1 1 p pause -s frame_step +. frame_step SPACE pause HOME pt_up_step 1 END pt_up_step -1 Index: input/input.c =================================================================== RCS file: /cvsroot/mplayer/main/input/input.c,v retrieving revision 1.100 diff -u -r1.100 input.c --- input/input.c 12 Oct 2004 22:10:55 -0000 1.100 +++ input/input.c 13 Oct 2004 20:04:07 -0000 @@ -276,6 +276,7 @@ { { '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" }, Index: DOCS/man/en/mplayer.1 =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v retrieving revision 1.773 diff -u -r1.773 mplayer.1 --- DOCS/man/en/mplayer.1 12 Oct 2004 22:10:56 -0000 1.773 +++ DOCS/man/en/mplayer.1 13 Oct 2004 20:04:29 -0000 @@ -227,7 +227,7 @@ next/\:previous alternative source (ASX playlist only) .IPs "p / SPACE" Pause movie (any key unpauses). -.IPs "s" +.IPs "." Step forward. Pressing once will pause movie, every consecutive press will play one frame and then go into pause mode again (any other key unpauses).