From bce48f30d2d309f7e9e9c0b00bacbc4dcca910fd Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 11 Aug 2014 13:37:18 +0200 Subject: input.conf: change LEFT/RIGHT keys to seek 5s instead of 10s --- etc/input.conf | 4 ++-- 1 file 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. -- cgit v1.2.3