add keybinding for opening lyrics in external editor to help screen

This commit is contained in:
Andrzej Rybczak
2009-03-23 21:35:50 +01:00
parent f78e88e6aa
commit e5b9d83a10

View File

@@ -242,6 +242,7 @@ void Help::GetKeybindings()
*w << "\n\n " << fmtBold << "Keys - Lyrics\n -----------------------------------------\n" << fmtBoldEnd; *w << "\n\n " << fmtBold << "Keys - Lyrics\n -----------------------------------------\n" << fmtBoldEnd;
*w << DisplayKeys(Key.Space) << "Switch for following lyrics of now playing song\n"; *w << DisplayKeys(Key.Space) << "Switch for following lyrics of now playing song\n";
*w << DisplayKeys(Key.EditTags) << "Open lyrics in external editor\n";
# ifdef HAVE_TAGLIB_H # ifdef HAVE_TAGLIB_H
*w << "\n\n " << fmtBold << "Keys - Tag editor\n -----------------------------------------\n" << fmtBoldEnd; *w << "\n\n " << fmtBold << "Keys - Tag editor\n -----------------------------------------\n" << fmtBoldEnd;