diff --git a/home-environments/radio/files/.config/mpv/input.conf b/home-environments/radio/files/.config/mpv/input.conf index 9cb8e78..54a2701 100644 --- a/home-environments/radio/files/.config/mpv/input.conf +++ b/home-environments/radio/files/.config/mpv/input.conf @@ -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