summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/input.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/input.conf b/etc/input.conf
index 91382d58a5..f2f7d8bedb 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -35,6 +35,12 @@ MOUSE_BTN4 seek -10
MOUSE_BTN5 add volume 1
MOUSE_BTN6 add volume -1
+# Mouse wheels, touchpad or other input devices that have axes
+AXIS_UP seek 10
+AXIS_DOWN seek -10
+AXIS_LEFT speed_mult 0.5
+AXIS_RIGHT speed_mult 1.5
+
# Seek units are in seconds, but note that these are limited by keyframes
RIGHT seek 10
LEFT seek -10