mirror of https://github.com/mpv-player/mpv
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:
parent
7898169484
commit
e1ff914679
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue