From 0dfdabd3d7c2aaee37900103c37a96317f3ada07 Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Wed, 10 Jan 2024 13:29:11 +0100 Subject: config --- .config/mpv/input.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/mpv/input.conf (limited to '.config/mpv/input.conf') diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf new file mode 100644 index 0000000..e1df464 --- /dev/null +++ b/.config/mpv/input.conf @@ -0,0 +1,9 @@ +Alt+RIGHT add video-rotate 90 +Alt+LEFT add video-rotate -90 +Alt+- add video-zoom -0.25 +Alt+= add video-zoom 0.25 +Alt+j add video-pan-x -0.05 +Alt+l add video-pan-x 0.05 +Alt+i add video-pan-y 0.05 +Alt+k add video-pan-y -0.05 +Alt+BS set video-zoom 0; set video-pan-x 0; set video-pan-y 0 -- cgit v1.2.3-54-g00ecf