diff options
| author | Anton Bobov <anton@bobov.name> | 2026-01-20 23:21:14 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2026-01-20 23:21:14 +0500 |
| commit | c68b70c2f95e85ba547b2044bbfe48ce2aef8883 (patch) | |
| tree | 16e68059d8079f94a1d8a4e8c77149be4cf20ef1 | |
| parent | b2d6da3fd2ba83301f5c8755828032a892215ec4 (diff) | |
mpv: restore old wheel bindings
| -rw-r--r-- | files/.config/mpv/input.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/files/.config/mpv/input.conf b/files/.config/mpv/input.conf index 4396c36..1bb8675 100644 --- a/files/.config/mpv/input.conf +++ b/files/.config/mpv/input.conf @@ -36,3 +36,11 @@ Ctrl+8 seek 80 absolute-percent Ctrl+9 seek 90 absolute-percent M cycle mute + +# Restore changed in mpv 0.37.0 wheel bindingsI used to +# https://github.com/mpv-player/mpv/blob/master/etc/restore-old-bindings.conf + +WHEEL_UP seek 10 +WHEEL_DOWN seek -10 +WHEEL_LEFT add volume -2 +WHEEL_RIGHT add volume 2 |
