From a811f7bb2cb69c9cc03d02d0da06e9787722daa5 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Thu, 22 Sep 2022 14:53:30 -0400 Subject: feat: keybinds for zooming into video (for ultrawide monitors) --- .config/mpv/input.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .config/mpv/input.conf (limited to '.config/mpv') diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf new file mode 100644 index 0000000..98cfc97 --- /dev/null +++ b/.config/mpv/input.conf @@ -0,0 +1,2 @@ +Alt+- add video-zoom -0.05 +Alt+= add video-zoom 0.05 -- cgit v1.2.3