make binding responsible for going to parent dir work in tag editor
This commit is contained in:
@@ -293,6 +293,7 @@ void Help::GetKeybindings()
|
||||
*w << DisplayKeys(Key.Space) << "Select/deselect song (right column)\n";
|
||||
*w << DisplayKeys(&Key.VolumeDown[0], 1) << "Previous column\n";
|
||||
*w << DisplayKeys(&Key.VolumeUp[0], 1) << "Next column\n";
|
||||
*w << DisplayKeys(Key.GoToParentDir) << "Go to parent directory (left column, directories view)\n";
|
||||
# endif // HAVE_TAGLIB_H
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user