summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/restore-old-bindings.conf9
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/restore-old-bindings.conf b/etc/restore-old-bindings.conf
index 8b1ce16352..cbf3527a1f 100644
--- a/etc/restore-old-bindings.conf
+++ b/etc/restore-old-bindings.conf
@@ -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