mirror of https://github.com/mpv-player/mpv
input.conf: map shift+pgup/dwn to the old seek bindings
This commit is contained in:
parent
8dfe0c73c9
commit
2a403092cd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue