# HG changeset patch # User cboesch # Date 1304603542 0 # Node ID 10fae2d68e7faeb5549520a4cb2d2fce0e56c999 # Parent be7d8c249dfd746687d531e38ac762b4b2fb0b8e 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. diff -r be7d8c249dfd -r 10fae2d68e7f etc/input.conf --- 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