diff options
author | Frank Blendinger <fb@intoxicatedmind.net> | 2010-03-04 15:13:11 +0100 |
---|---|---|
committer | Frank Blendinger <fb@intoxicatedmind.net> | 2010-03-04 15:13:11 +0100 |
commit | d139f2d8afc8e032d6646186d1bd27963e33ac7a (patch) | |
tree | a27c51464fbc8c6928ae5cb5e8fcaf9adba22a37 /src/help.cpp | |
parent | 6b5ed187a1d9ef8ab038898bbd0f6289890b85ba (diff) |
jump from browser to playlist editor with GoToContainingDir key
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 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; |