Update mpv keybindings
This commit is contained in:
parent
23e4a1bbfb
commit
f90702c7b8
1 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue