dotfiles/home/.config/mpv/input.conf

26 lines
604 B
Plaintext
Raw Normal View History

2021-08-31 01:04:46 +00:00
# Vim keys seeking
2021-04-12 13:49:06 +00:00
l seek 5
h seek -5
j seek -60
k seek 60
2021-08-24 00:31:30 +00:00
2021-08-31 01:04:46 +00:00
# Set A-B Loop key to g, since l was rebound
g ab-loop
# Swap i and I, use lowercase for toggle
i script-binding stats/display-stats-toggle
I script-binding stats/display-stats
# Zooming
2021-08-24 00:31:30 +00:00
- add video-zoom -.25
+ add video-zoom .25
2021-08-31 01:04:46 +00:00
# Moving/panning video
2021-08-24 00:31:30 +00:00
kp8 add video-pan-y .05
kp6 add video-pan-x -.05
kp2 add video-pan-y -.05
kp4 add video-pan-x .05
kp5 set video-pan-x 0; set video-pan-y 0; set video-zoom 0
2022-05-28 23:13:12 +00:00
# Rotation
ctrl+r cycle_values video-rotate "90" "180" "270" "0"