jump from browser to playlist editor with GoToContainingDir key

This commit is contained in:
Frank Blendinger
2010-03-04 15:13:11 +01:00
parent 6b5ed187a1
commit d139f2d8af
4 changed files with 28 additions and 3 deletions

View File

@@ -249,6 +249,7 @@ void Help::GetKeybindings()
*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";
*w << DisplayKeys(Key.GoToContainingDir) << "Jump to playlist editor (playlists only)\n";
*w << "\n\n " << fmtBold << "Keys - Search engine\n -----------------------------------------\n" << fmtBoldEnd;