summaryrefslogtreecommitdiffstats
path: root/.config/mpv/input.conf
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2024-01-10 13:29:11 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2024-01-10 13:29:11 +0100
commit0dfdabd3d7c2aaee37900103c37a96317f3ada07 (patch)
treefe27ea564b60cf6e75b7f2dc3dc8bb57d78a3884 /.config/mpv/input.conf
parent2a610aeff4a33456c03f0c8db1469cdc95ba1e73 (diff)
downloaddotfiles-0dfdabd3d7c2aaee37900103c37a96317f3ada07.tar.zst
config
Diffstat (limited to '.config/mpv/input.conf')
-rw-r--r--.config/mpv/input.conf9
1 files changed, 9 insertions, 0 deletions
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