Mercurial > mplayer.hg
changeset 33290:10fae2d68e7f
Add commented out binds for users who want percentage seek.
One advantage of a GUI is to be able to seek to an absolute position pretty
quickly. Here is a workaround proposition in the input.conf for users who want
that feature without having to deal with a GUI.
author | cboesch |
---|---|
date | Thu, 05 May 2011 13:52:22 +0000 |
parents | be7d8c249dfd |
children | 0a865c5a1a7c |
files | etc/input.conf |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/input.conf Thu May 05 11:56:34 2011 +0000 +++ b/etc/input.conf Thu May 05 13:52:22 2011 +0000 @@ -157,3 +157,18 @@ #? seek_chapter -1 # skip to previous dvd chapter #? seek_chapter +1 # next + +## +## Advanced seek +## Uncomment the following lines to be able to seek to n% of the media with +## the Fx keys. +## +#F1 seek 10 1 +#F2 seek 20 1 +#F3 seek 30 1 +#F4 seek 40 1 +#F5 seek 50 1 +#F6 seek 60 1 +#F7 seek 70 1 +#F8 seek 80 1 +#F9 seek 90 1