From f82396f7933cd5a5fe93f495589a20dcb6e91ab5 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Tue, 26 Sep 2023 15:02:27 +0200 Subject: 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. --- etc/restore-old-bindings.conf | 9 +++++++-- 1 file 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 -- cgit v1.2.3