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.
This commit is contained in:
wm4 2014-08-07 23:55:09 +02:00
parent 7898169484
commit e1ff914679
1 changed files with 8 additions and 4 deletions

View File

@ -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)