From 8b48b3fd3bbb028b30f322b39b767e53d6023632 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 8 Aug 2014 22:51:01 +0200 Subject: input.conf: switch chapter seek next/previous keys "UP" seeks forward, so "PGUP" should skip to the next chapter. Fixes #998. --- etc/input.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/input.conf b/etc/input.conf index fe07fc01db..a4ce3fc0e7 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -140,8 +140,8 @@ #MUTE cycle mute #CLOSE_WIN quit #CLOSE_WIN {encode} quit -#PGUP add chapter -1 # skip to previous chapter -#PGDWN add chapter 1 # skip to next chapter +#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