diff options
Diffstat (limited to '.config/mpv/input.conf')
| -rwxr-xr-x | .config/mpv/input.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf new file mode 100755 index 0000000..dd0c6ef --- /dev/null +++ b/.config/mpv/input.conf @@ -0,0 +1,11 @@ +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 +sub-file=~/tmp/subtitles/subtitles.srt +osd-font-size=10 +geometry=0:+400 |
