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 }} # {{ 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 RIGHT seek 5
LEFT seek -5 LEFT seek -5
SHIFT+RIGHT seek 60 SHIFT+RIGHT seek 60
SHIFT+LEFT seek -60 SHIFT+LEFT seek -60
# UP add volume 2
# DOWN add volume -2
UP add ao-volume 2 UP add ao-volume 2
DOWN add ao-volume -2 DOWN add ao-volume -2
m cycle ao-mute m cycle ao-mute
@ -19,8 +18,7 @@ PGDWN add chapter -1 # skip to previous chapter
q quit q quit
j cycle sub # cycle through subtitles j cycle sub # cycle through subtitles
- cycle audio # switch audio track
#SHARP cycle audio # switch audio streams
f cycle fullscreen # toggle fullscreen f cycle fullscreen # toggle fullscreen
s screenshot # take a screenshot s screenshot # take a screenshot