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,14 +38,14 @@ 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 # increase the playback speed
ESC set speed 1.0 # reset the speed to normal
[ 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
#XF86_PLAY cycle pause # toggle pause/playback mode
#XF86_PAUSE cycle pause # toggle pause/playback mode
#Xf86_NEXT playlist-next # skip to the next file
#Xf86_PREV playlist-prev # skip to the previous file
#XF86_PLAY cycle pause # toggle pause/playback mode
#XF86_PAUSE cycle pause # toggle pause/playback mode
#Xf86_NEXT playlist-next # skip to the next file
#Xf86_PREV playlist-prev # skip to the previous file
VOLUME_UP add volume 1
VOLUME_DOWN add volume -1