0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

input.conf: bind AXIS_(LEFT|RIGHT) to seek 5

Binding them to volume was a bad default, so change it.
This commit is contained in:
Stefano Pigozzi 2013-08-13 20:40:54 +02:00
parent 04cdc205bc
commit cd973fd30f

View File

@ -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