mirror of https://codeberg.org/anemofilia/zero
radio: files: mpv: Fix keybind for decreasing playback speed
parent
70bb582aca
commit
d2d013755f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue