From e1ff914679300ec4d734f3b90d7e0a5fdaf5cbc2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 7 Aug 2014 23:55:09 +0200 Subject: input.conf: remap pgup/dwn to chapter seeks As discussed in #973. Keep the old bindings for now; there's no reason to unmap them yet. --- etc/input.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/etc/input.conf b/etc/input.conf index 8c815af07f..2a088dee0d 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -69,8 +69,6 @@ #Shift+LEFT no-osd seek -1 - exact #Shift+UP no-osd seek 5 - exact #Shift+DOWN no-osd seek -5 - exact -#PGUP seek 600 -#PGDWN seek -600 #+ add audio-delay 0.100 # this changes audio/video sync #- add audio-delay -0.100 #[ multiply speed 0.9091 # scale playback speed @@ -148,8 +146,8 @@ #MUTE cycle mute #CLOSE_WIN quit #CLOSE_WIN {encode} quit -#! add chapter -1 # skip to previous chapter -#@ add chapter 1 # next +#PGUP add chapter -1 # skip to previous chapter +#PGDWN add chapter 1 # skip to next chapter #E cycle edition # next edition #A cycle angle #U stop @@ -205,6 +203,12 @@ #h cycle tv-channel -1 # previous channel #k cycle tv-channel +1 # next channel +# +# Legacy bindings (may or may not be removed in the future) +# +#! add chapter -1 # skip to previous chapter +#@ add chapter 1 # next + # # Not assigned by default # (not an exhaustive list of unbound commands) -- cgit v1.2.3