From 11560ddfefd3dfcfe79364682c93b5e12ff96def Mon Sep 17 00:00:00 2001 From: ray Date: Sat, 14 Mar 2020 20:30:49 +0000 Subject: [PATCH] add zoom and pan bindings --- input.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/input.conf b/input.conf index 171c972..c39936c 100644 --- a/input.conf +++ b/input.conf @@ -8,3 +8,11 @@ C script-message osc-visibility auto Alt+RIGHT add video-rotate 90 Alt+LEFT add video-rotate -90 + +Alt+j add video-zoom -0.25 +Alt+k add video-zoom 0.25 + +h add video-pan-x -0.05 +l add video-pan-x 0.05 +k add video-pan-y 0.05 +j add video-pan-y -0.05