From cd973fd30f37f8050deec8c411e95d1770a6c02d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 13 Aug 2013 20:40:54 +0200 Subject: input.conf: bind AXIS_(LEFT|RIGHT) to seek 5 Binding them to volume was a bad default, so change it. --- etc/input.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/input.conf b/etc/input.conf index 294dd96827..e18dbc5383 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -40,8 +40,8 @@ MOUSE_BTN6 add volume -1 # numeric value accordingly AXIS_UP seek 10 AXIS_DOWN seek -10 -AXIS_LEFT add volume 1 -AXIS_RIGHT add volume -1 +AXIS_LEFT seek 5 +AXIS_RIGHT seek -5 # Seek units are in seconds, but note that these are limited by keyframes RIGHT seek 10 -- cgit v1.2.3