add shortcut keybinding for saving in tiny tag editor

This commit is contained in:
Andrzej Rybczak
2009-07-04 07:24:57 +02:00
parent 9dab25e02c
commit 5838d02077
2 changed files with 12 additions and 0 deletions

View File

@@ -273,6 +273,11 @@ void Help::GetKeybindings()
# ifdef HAVE_TAGLIB_H
*w << "\n\n " << fmtBold << "Keys - Tiny tag editor\n -----------------------------------------\n" << fmtBoldEnd;
*w << DisplayKeys(Key.Enter) << "Edit tag\n";
*w << DisplayKeys(Key.ToggleSingle) << "Save\n";
*w << "\n\n " << fmtBold << "Keys - Tag editor\n -----------------------------------------\n" << fmtBoldEnd;
*w << DisplayKeys(Key.Enter) << "Change tag/filename for one song (left column)\n";
*w << DisplayKeys(Key.Enter) << "Perform operation on all/selected songs (middle column)\n";