Add new actions to sample bindings file and help screen

This commit is contained in:
Andrzej Rybczak
2020-12-13 09:35:05 +01:00
parent d549df3e69
commit 99f760bdac
2 changed files with 4 additions and 0 deletions

View File

@@ -147,6 +147,8 @@
## The following actions are not bound to any key/command:
##
## - set_volume
## - load
## - play
##
#
#def_key "mouse"

View File

@@ -173,6 +173,7 @@ void write_bindings(NC::Scrollpad &w)
key(w, Type::ShowServerInfo, "Show server info");
key_section(w, "Global");
key(w, Type::Play, "Play");
key(w, Type::Stop, "Stop");
key(w, Type::Pause, "Pause");
key(w, Type::Next, "Next track");
@@ -247,6 +248,7 @@ void write_bindings(NC::Scrollpad &w)
key(w, Type::MoveSelectedItemsDown, "Move selected item(s) down");
key(w, Type::MoveSelectedItemsTo, "Move selected item(s) to cursor position");
key(w, Type::Add, "Add item to playlist");
key(w, Type::Load, "Load stored playlist");
# ifdef HAVE_TAGLIB_H
key(w, Type::EditSong, "Edit song");
# endif // HAVE_TAGLIB_H