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

@@ -118,6 +118,7 @@ struct NcmpcppKeys
int Lyrics[2];
int ReverseSelection[2];
int DeselectAll[2];
int SelectAlbum[2];
int AddSelected[2];
int Clear[2];
int Crop[2];