input.conf: better documentation and sane defaults

Uses the same defaults as BTN3/4/5/6 which are hardcoded by most backends for
the mouse wheel.
This commit is contained in:
Alexander Preisinger 2013-08-07 22:20:10 +02:00
parent f364a1e3df
commit f921d5c07f
1 changed files with 4 additions and 2 deletions

View File

@ -36,10 +36,12 @@ MOUSE_BTN5 add volume 1
MOUSE_BTN6 add volume -1
# Mouse wheels, touchpad or other input devices that have axes
# if the input devices supports precise scrolling it will also scale the
# numeric value accordingly
AXIS_UP seek 10
AXIS_DOWN seek -10
AXIS_LEFT speed_mult 0.5
AXIS_RIGHT speed_mult 1.5
AXIS_LEFT add volume 1
AXIS_RIGHT add volume -1
# Seek units are in seconds, but note that these are limited by keyframes
RIGHT seek 10