mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00: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:
parent
a4a5fd890f
commit
f82396f793
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user