mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
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:
parent
6bcd556bce
commit
6f1c72bdc6
@ -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";
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user