summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-11 13:37:18 +0200
committerwm4 <wm4@nowhere>2014-08-11 13:37:18 +0200
commitbce48f30d2d309f7e9e9c0b00bacbc4dcca910fd (patch)
tree21543be2ae87e231101ec3bac7d342b446dabfe4
parenta87005b7fae807d2e3ae3181d97712b643b89d4d (diff)
downloadmpv-bce48f30d2d309f7e9e9c0b00bacbc4dcca910fd.tar.bz2
mpv-bce48f30d2d309f7e9e9c0b00bacbc4dcca910fd.tar.xz
input.conf: change LEFT/RIGHT keys to seek 5s instead of 10s
-rw-r--r--etc/input.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/input.conf b/etc/input.conf
index e2a663322d..e3cd2fa473 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -59,8 +59,8 @@
#AXIS_RIGHT seek -5
## Seek units are in seconds, but note that these are limited by keyframes
-#RIGHT seek 10
-#LEFT seek -10
+#RIGHT seek 5
+#LEFT seek -5
#UP seek 60
#DOWN seek -60
# Do smaller, always exact (non-keyframe-limited), seeks with shift.