actions: add support for selecting found items

This commit is contained in:
Andrzej Rybczak
2015-05-24 17:04:21 +02:00
parent 1b6cb65f3a
commit a5867405d2
6 changed files with 48 additions and 3 deletions

View File

@@ -182,6 +182,7 @@ void write_bindings(NC::Scrollpad &w)
key(w, Type::ReverseSelection, "Reverse selection");
key(w, Type::RemoveSelection, "Remove selection");
key(w, Type::SelectItem, "Select current item");
key(w, Type::SelectFoundItems, "Select found items");
key(w, Type::SelectAlbum, "Select songs of album around the cursor");
key(w, Type::AddSelectedItems, "Add selected items to playlist");
key(w, Type::AddRandomItems, "Add random items to playlist");