summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2023-09-26 15:02:27 +0200
committerDudemanguy <random342@airmail.cc>2023-09-27 14:02:39 +0000
commitf82396f7933cd5a5fe93f495589a20dcb6e91ab5 (patch)
tree45cfdc2245c6198412695956756646de89852579
parenta4a5fd890f28f1c0e4bddbc6f9889a61eee6abcd (diff)
downloadmpv-f82396f7933cd5a5fe93f495589a20dcb6e91ab5.tar.bz2
mpv-f82396f7933cd5a5fe93f495589a20dcb6e91ab5.tar.xz
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 7897f79217af.
-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