summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-08-13 20:40:54 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-08-13 23:07:49 +0200
commitcd973fd30f37f8050deec8c411e95d1770a6c02d (patch)
tree8f5cab2d01ea32b0b19fe4c3874e37b4a590fdc3 /etc
parent04cdc205bc4972fff81b32f8d61216d0b13ccc69 (diff)
downloadmpv-cd973fd30f37f8050deec8c411e95d1770a6c02d.tar.bz2
mpv-cd973fd30f37f8050deec8c411e95d1770a6c02d.tar.xz
input.conf: bind AXIS_(LEFT|RIGHT) to seek 5
Binding them to volume was a bad default, so change it.
Diffstat (limited to 'etc')
-rw-r--r--etc/input.conf4
1 files changed, 2 insertions, 2 deletions
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