[MPlayer-cvslog] r33377 - trunk/etc/input.conf

cboesch subversion at mplayerhq.hu
Thu May 5 15:52:23 CEST 2011


Author: cboesch
Date: Thu May  5 15:52:22 2011
New Revision: 33377

Log:
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.

Modified:
   trunk/etc/input.conf

Modified: trunk/etc/input.conf
==============================================================================
--- trunk/etc/input.conf	Thu May  5 13:56:34 2011	(r33376)
+++ trunk/etc/input.conf	Thu May  5 15:52:22 2011	(r33377)
@@ -157,3 +157,18 @@ AR_PLAY   {dvdnav} dvdnav select  # DVDN
 
 #? 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


More information about the MPlayer-cvslog mailing list