summaryrefslogtreecommitdiff
path: root/src/help.cpp
diff options
context:
space:
mode:
authorFrank Blendinger <fb@intoxicatedmind.net>2010-03-04 15:13:11 +0100
committerFrank Blendinger <fb@intoxicatedmind.net>2010-03-04 15:13:11 +0100
commitd139f2d8afc8e032d6646186d1bd27963e33ac7a (patch)
treea27c51464fbc8c6928ae5cb5e8fcaf9adba22a37 /src/help.cpp
parent6b5ed187a1d9ef8ab038898bbd0f6289890b85ba (diff)
jump from browser to playlist editor with GoToContainingDir key
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 d166bd2e..6aeacdff 100644
--- a/src/help.cpp
+++ b/src/help.cpp
@@ -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;