mirror of https://codeberg.org/anemofilia/zero
radio: files: mpv: Fix keybind for decreasing playback speed
parent
70bb582aca
commit
d2d013755f
|
@ -38,7 +38,7 @@ Alt++ add video-zoom 0.1
|
|||
Alt+- add video-zoom -0.1 # zoom out
|
||||
Alt+ESC set video-zoom 0 ; set video-pan-x 0 ; set video-pan-y 0 # reset zoom and pan settings
|
||||
|
||||
[ add speed 0.25 # decrease the playback speed
|
||||
[ add speed -0.25 # decrease the playback speed
|
||||
] add speed 0.25 # increase the playback speed
|
||||
ESC set speed 1.0 # reset the speed to normal
|
||||
|
||||
|
|
Loading…
Reference in New Issue