Mercurial > mplayer.hg
diff input/input.c @ 13642:86f21713c356
Make '.' key default for framestepping
| author | reimar |
|---|---|
| date | Thu, 14 Oct 2004 15:33:10 +0000 |
| parents | 741649fe31cb |
| children | d7af73cc38da |
line wrap: on
line diff
--- a/input/input.c Thu Oct 14 15:09:35 2004 +0000 +++ b/input/input.c Thu Oct 14 15:33:10 2004 +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" },
