Commit: 4163dd3f7fa41b80c2a1e0126f8ba04c201b81ba
Parent: febfc3ca4846ed788ece3b2cdf8b6a387e463dbc
Author: Randy Palamar
Date: Tue, 3 Jan 2023 21:02:47 -0700
mpv/mvi: bind smaller inc for image panning
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf
@@ -29,5 +29,9 @@ up {images} repeatable add video-pan-y +0.05
down {images} repeatable add video-pan-y -0.05
left {images} repeatable add video-pan-x +0.05
right {images} repeatable add video-pan-x -0.05
+Shift+up {images} repeatable add video-pan-y +0.01
+Shift+down {images} repeatable add video-pan-y -0.01
+Shift+left {images} repeatable add video-pan-x +0.01
+Shift+right {images} repeatable add video-pan-x -0.01
enter {images} set video-pan-x 0; set video-pan-y 0; set video-zoom 0