summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-08 22:51:01 +0200
committerwm4 <wm4@nowhere>2014-08-08 23:26:03 +0200
commit8b48b3fd3bbb028b30f322b39b767e53d6023632 (patch)
tree97fe97bff4248e8294b99f9db20dff2af342c962
parentc4feba847c4cdabf036b4f2a8e55fa3b04c71412 (diff)
downloadmpv-8b48b3fd3bbb028b30f322b39b767e53d6023632.tar.bz2
mpv-8b48b3fd3bbb028b30f322b39b767e53d6023632.tar.xz
input.conf: switch chapter seek next/previous keys
"UP" seeks forward, so "PGUP" should skip to the next chapter. Fixes #998.
-rw-r--r--etc/input.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/input.conf b/etc/input.conf
index fe07fc01db..a4ce3fc0e7 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -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