mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 00:42:57 +00:00
input.conf: switch chapter seek next/previous keys
"UP" seeks forward, so "PGUP" should skip to the next chapter. Fixes #998.
This commit is contained in:
parent
c4feba847c
commit
8b48b3fd3b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user