add zoom and pan bindings

This commit is contained in:
Ray Elliott 2020-03-14 20:30:49 +00:00
parent 224fad0676
commit 11560ddfef
1 changed files with 8 additions and 0 deletions

View File

@ -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