From 2a403092cd911cc9abcc091dd3d6da8a256ee08a Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 9 Aug 2014 02:24:10 +0200 Subject: input.conf: map shift+pgup/dwn to the old seek bindings --- etc/input.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/input.conf b/etc/input.conf index a4ce3fc0e7..e2a663322d 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -69,6 +69,10 @@ #Shift+LEFT no-osd seek -1 - exact #Shift+UP no-osd seek 5 - exact #Shift+DOWN no-osd seek -5 - exact +#PGUP add chapter 1 # skip to next chapter +#PGDWN add chapter -1 # skip to previous chapter +#Shift+PGUP seek 600 +#Shift+PGDWN seek -600 #[ multiply speed 0.9091 # scale playback speed #] multiply speed 1.1 #{ multiply speed 0.5 @@ -140,8 +144,6 @@ #MUTE cycle mute #CLOSE_WIN quit #CLOSE_WIN {encode} quit -#PGUP add chapter 1 # skip to next chapter -#PGDWN add chapter -1 # skip to previous chapter #E cycle edition # next edition # Apple Remote section -- cgit v1.2.3