mirror of https://github.com/mpv-player/mpv
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:
parent
04cdc205bc
commit
cd973fd30f
|
@ -40,8 +40,8 @@ MOUSE_BTN6 add volume -1
|
||||||
# numeric value accordingly
|
# numeric value accordingly
|
||||||
AXIS_UP seek 10
|
AXIS_UP seek 10
|
||||||
AXIS_DOWN seek -10
|
AXIS_DOWN seek -10
|
||||||
AXIS_LEFT add volume 1
|
AXIS_LEFT seek 5
|
||||||
AXIS_RIGHT add volume -1
|
AXIS_RIGHT seek -5
|
||||||
|
|
||||||
# Seek units are in seconds, but note that these are limited by keyframes
|
# Seek units are in seconds, but note that these are limited by keyframes
|
||||||
RIGHT seek 10
|
RIGHT seek 10
|
||||||
|
|
Loading…
Reference in New Issue