Update mpv keybindings

This commit is contained in:
Sonny Bakker 2025-10-01 19:58:37 +02:00
parent 23e4a1bbfb
commit f90702c7b8

View file

@ -1,14 +1,13 @@
# {{ ansible_managed }}
#
## Seek units are in seconds, but note that these are limited by keyframes
# See /usr/share/doc/mpv/input.conf for more options.
#
## Seek units are in seconds, but note that these are limited by keyframes.
RIGHT seek 5
LEFT seek -5
SHIFT+RIGHT seek 60
SHIFT+LEFT seek -60
# UP add volume 2
# DOWN add volume -2
UP add ao-volume 2
DOWN add ao-volume -2
m cycle ao-mute
@ -19,8 +18,7 @@ PGDWN add chapter -1 # skip to previous chapter
q quit
j cycle sub # cycle through subtitles
#SHARP cycle audio # switch audio streams
- cycle audio # switch audio track
f cycle fullscreen # toggle fullscreen
s screenshot # take a screenshot