actions: rename DeselectItems to RemoveSelection

This commit is contained in:
Andrzej Rybczak
2012-09-05 23:42:50 +02:00
parent fe9bcfbeab
commit c34bcee12b
4 changed files with 10 additions and 7 deletions

View File

@@ -419,6 +419,8 @@ void BindingsConfiguration::generateDefault()
bind(k, aShowLyrics);
if (notBound(k = stringToKey("v")))
bind(k, aReverseSelection);
if (notBound(k = stringToKey("V")))
bind(k, aRemoveSelection);
if (notBound(k = stringToKey("B")))
bind(k, aSelectAlbum);
if (notBound(k = stringToKey("a")))