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:
committed by
Andrzej Rybczak
parent
4d406c85f2
commit
7600429383
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user