settings: add volume_change_step configuration option

This commit is contained in:
Andrzej Rybczak
2013-04-06 13:42:43 +02:00
parent c79997c08b
commit a4160790cf
5 changed files with 16 additions and 2 deletions

View File

@@ -108,6 +108,9 @@ If you use encoding other than utf8, set it in order to handle utf8 encoded stri
.B seek_time = SECONDS
Base seek time to begin with.
.TP
.B volume_change_step = NUMBER
Number of percents volume has to be increased/decreased by in volume_up/volume_down.
.TP
.B playlist_disable_highlight_delay = SECONDS
Delay for highlighting playlist since the last key was pressed. If set to 0, highlighting never fades away.
.TP