summaryrefslogtreecommitdiff
path: root/src/help.cpp
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2009-10-10 23:32:05 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2009-10-10 23:32:05 +0200
commit3551057dbbadb694a14eb0b3a19b08eb70372693 (patch)
tree3c63647c6b72989d2a010952205a4f002ad2858f /src/help.cpp
parentb48133a743bbdb4df609a51bf004d037f53f5ea1 (diff)
new feature: sort songs in browser by mtime (optional)
Diffstat (limited to 'src/help.cpp')
-rw-r--r--src/help.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/help.cpp b/src/help.cpp
index ed0449c8..5cef44cc 100644
--- a/src/help.cpp
+++ b/src/help.cpp
@@ -230,6 +230,7 @@ void Help::GetKeybindings()
# endif // HAVE_TAGLIB_H
if (Mpd.GetHostname()[0] == '/') // are we connected to unix socket?
*w << DisplayKeys(Key.Browser) << "Browse MPD database/local filesystem\n";
+ *w << DisplayKeys(Key.SwitchTagTypeList) << "Toggle sort order\n";
*w << DisplayKeys(Key.GoToNowPlaying) << "Locate currently playing song\n";
*w << DisplayKeys(Key.GoToParentDir) << "Go to parent directory\n";
*w << DisplayKeys(Key.Delete) << "Delete playlist/file/directory\n";