0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02:00

restore-old-bindings.conf: add the old wheel bindings

I removed the previous WHEEL_UP and WHEEL_DOWN bindings because they are
duplicate, and it appears that they were already bound to seek 10 before
7897f79217.
This commit is contained in:
Guido Cella 2023-09-26 15:02:27 +02:00 committed by Dudemanguy
parent a4a5fd890f
commit f82396f793

View File

@ -9,10 +9,15 @@
#
# Older installations use ~/.mpv/input.conf instead.
# changed in mpv 0.37.0
WHEEL_UP seek 10 # seek 10 seconds forward
WHEEL_DOWN seek -10 # seek 10 seconds backward
WHEEL_LEFT add volume -2
WHEEL_RIGHT add volume 2
# changed in mpv 0.27.0 (macOS and Wayland only)
# WHEEL_UP seek 10
# WHEEL_DOWN seek -10
# WHEEL_LEFT seek 5
# WHEEL_RIGHT seek -5