add support for 'replay' function (play current song from the beginning)

This commit is contained in:
Andrzej Rybczak
2010-08-13 06:31:58 +02:00
parent 342521459c
commit 35ddbe351a
5 changed files with 23 additions and 1 deletions

View File

@@ -172,6 +172,7 @@ void Help::GetKeybindings()
*w << DisplayKeys(Key.Pause) << "Pause\n";
*w << DisplayKeys(Key.Next) << "Next track\n";
*w << DisplayKeys(Key.Prev) << "Previous track\n";
*w << DisplayKeys(Key.Replay) << "Play current track from the beginning\n";
*w << DisplayKeys(Key.SeekForward) << "Seek forward\n";
*w << DisplayKeys(Key.SeekBackward) << "Seek backward\n";
*w << DisplayKeys(Key.VolumeDown) << "Decrease volume\n";