diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2016-11-11 16:43:41 +0100 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2016-11-11 16:44:36 +0100 |
commit | cbba364685b25d436e620bebcd37b024149d4171 (patch) | |
tree | fbbb874af4de655e36675eccca0a671de5542c24 /src/help.cpp | |
parent | 90f9a66ba4d0052dbeb4b31f4d71d3a5562f9322 (diff) |
Prepare for the ressurection of filtering
Diffstat (limited to 'src/help.cpp')
-rw-r--r-- | src/help.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/help.cpp b/src/help.cpp index 15fc1031..cb1305a9 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -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"); |