Prepare for the ressurection of filtering

This commit is contained in:
Andrzej Rybczak
2016-11-11 16:43:41 +01:00
parent 90f9a66ba4
commit cbba364685
7 changed files with 192 additions and 117 deletions

View File

@@ -210,6 +210,7 @@ void write_bindings(NC::Scrollpad &w)
key(w, Type::UpdateDatabase, "Start music database update");
w << '\n';
key(w, Type::ExecuteCommand, "Execute command");
key(w, Type::ApplyFilter, "Apply filter");
key(w, Type::FindItemForward, "Find item forward");
key(w, Type::FindItemBackward, "Find item backward");
key(w, Type::PreviousFoundItem, "Jump to previous found item");