On Thu, Jan 8, 2009 at 6:58 PM,  <bugzilla-dae...@aussie.lyx.org> wrote:
> http://bugzilla.lyx.org/show_bug.cgi?id=5648
>
>
> ------- Additional Comments From p...@twin.jikos.cz  2009-01-09 01:58 -------
> Bo?

The fix is trivial. Pavel, could you please submit the attached patch
to branch and trunk. (I do not have trunk here.)

Cheers,
Bo
Index: src/frontends/qt4/GuiKeySymbol.cpp
===================================================================
--- src/frontends/qt4/GuiKeySymbol.cpp	(revision 28027)
+++ src/frontends/qt4/GuiKeySymbol.cpp	(working copy)
@@ -402,6 +402,7 @@
 	case Qt::Key_Y: return "y";
 	case Qt::Key_Z: return "z";
 
+	case Qt::Key_Return: return "Return";
 	case Qt::Key_Escape: return "Escape";
 	case Qt::Key_Tab: return "Tab";
 	case Qt::Key_Backspace: return "BackSpace";
Index: status.16x
===================================================================
--- status.16x	(revision 28027)
+++ status.16x	(working copy)
@@ -110,6 +110,7 @@
 - Allow pasting of text from applications that set the clipboard mimetype
   to both graphics and text (bug 5560).
 
+- Fix setting shortcuts with a Return key in the shortcuts dialog (bug 5648).
 
 * DOCUMENTATION AND LOCALIZATION
 

Reply via email to