add zoom and pan bindings
This commit is contained in:
parent
224fad0676
commit
11560ddfef
|
@ -8,3 +8,11 @@ C script-message osc-visibility auto
|
||||||
|
|
||||||
Alt+RIGHT add video-rotate 90
|
Alt+RIGHT add video-rotate 90
|
||||||
Alt+LEFT 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
|
||||||
|
|
Loading…
Reference in New Issue