mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
Make '.' key default for framestepping
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13643 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user