dotfiles/.config/mpv/input.conf
Trysdyn Black 923f39dce4 Small mpv updates
- Add some comments for the heck of it
- Add playlist seek hotkeys
- Add keyboard volume controls
2023-02-22 03:33:39 -08:00

27 lines
673 B
Text

# Mouse wheel and +/- volume
WHEEL_UP add volume 5
WHEEL_DOWN add volume -5
= add volume 5
- add volume -5
# Arrow keys seek
RIGHT seek 5
LEFT seek -5
UP seek 60
DOWN seek -60
# The three controls I care about :)
Q quit
F cycle fullscreen
S screenshot
# I almost never open multiple files but when I do, I want seek controls
> playlist-next
< playlist-prev
# If I leave a video on and go to bed, this dims the video feed significantly
n set brightness -40;set gamma -40;show-text "Night Mode On"
N set brightness 0;set gamma 0;show-text "Night Mode Off"
# Record the current stream
r cycle-values stream-record "mpv_save.mp4" ""