Kaydet (Commit) f0effa0e authored tarafından Aleksei Nikiforov's avatar Aleksei Nikiforov Kaydeden (comit) Katarina Behrens

tdf#120784 KDE5: Process "Enter" key from numpad like normal "Enter" key

Change-Id: Id4a721aa30e92a9396f93342cf42d5790207bb89
Reviewed-on: https://gerrit.libreoffice.org/63095Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
Tested-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
üst bc8d9999
......@@ -262,6 +262,7 @@ static sal_uInt16 GetKeyCode(int keyval)
nCode = KEY_PAGEDOWN;
break;
case Qt::Key_Return:
case Qt::Key_Enter:
nCode = KEY_RETURN;
break;
case Qt::Key_Escape:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment