diff options
| author | Blista Kanjo | 2022-09-22 14:53:30 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-09-22 14:53:30 -0400 |
| commit | a811f7bb2cb69c9cc03d02d0da06e9787722daa5 (patch) | |
| tree | 19a367d97e6e5b252c267d1f88cd63a3e401ecb3 | |
| parent | 9faf7f8823a3b0dc8f9d25b9d0f10fa4e9bd8a98 (diff) | |
feat: keybinds for zooming into video (for ultrawide monitors)
| -rw-r--r-- | .config/mpv/input.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
