add key_select_album: select album around cursor

Default key for this is 'B'. This use to be the default for
ToggleBitrateVisibility, which has changed to '#'.
This commit is contained in:
Frank Blendinger
2010-07-03 19:53:01 +02:00
committed by Andrzej Rybczak
parent 4d406c85f2
commit 7600429383
5 changed files with 48 additions and 2 deletions

View File

@@ -182,6 +182,7 @@ void Help::GetKeybindings()
*w << DisplayKeys(Key.ToggleMouse) << "Toggle mouse support\n";
*w << DisplayKeys(Key.ReverseSelection) << "Reverse selection\n";
*w << DisplayKeys(Key.DeselectAll) << "Deselect all items\n";
*w << DisplayKeys(Key.SelectAlbum) << "Select songs of album around cursor\n";
*w << DisplayKeys(Key.AddSelected) << "Add selected items to playlist/m3u file\n";
*w << "\n";
*w << DisplayKeys(Key.ToggleRepeat) << "Toggle repeat mode\n";