radio: files: mpv: Fix keybind for decreasing playback speed

impermanence
Luis Guilherme Coelho 2024-06-03 01:17:44 -03:00
parent 70bb582aca
commit d2d013755f
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 7 additions and 7 deletions

View File

@ -38,7 +38,7 @@ Alt++ add video-zoom 0.1
Alt+- add video-zoom -0.1 # zoom out 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 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 ] add speed 0.25 # increase the playback speed
ESC set speed 1.0 # reset the speed to normal ESC set speed 1.0 # reset the speed to normal