From e5b9d83a10004ebac399aedc902e902129a5b12b Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Mon, 23 Mar 2009 21:35:50 +0100 Subject: [PATCH] add keybinding for opening lyrics in external editor to help screen --- src/help.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/help.cpp b/src/help.cpp index 1ab0d751..2dd43c2d 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -242,6 +242,7 @@ void Help::GetKeybindings() *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.EditTags) << "Open lyrics in external editor\n"; # ifdef HAVE_TAGLIB_H *w << "\n\n " << fmtBold << "Keys - Tag editor\n -----------------------------------------\n" << fmtBoldEnd;