Backport 5648

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28044 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-01-09 07:33:51 +00:00
parent 6bcd556bce
commit 6f1c72bdc6
2 changed files with 2 additions and 0 deletions

View File

@ -402,6 +402,7 @@ static std::string const qkey_to_string(int lkey)
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";

View File

@ -110,6 +110,7 @@ What's new
- 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