Use Qt key names (e.g. Qt::SHIFT + Qt::Key_Left) for shortcuts
ClosedPublic

Authored by ngraham on Jul 24 2019, 2:17 PM.

Details

Summary

While investigating https://bugs.kde.org/show_bug.cgi?id=410110, I found that the
keyboard shortcuts were being set using a non-standard method. This patch corrects
that and uses the standard Qt style.

I was hoping that this would fix https://bugs.kde.org/show_bug.cgi?id=410110, but it
does not.

Test Plan

Use Elisa in English; keyboard shortcuts still work

Diff Detail

Repository
R255 Elisa
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ngraham requested review of this revision.Jul 24 2019, 2:17 PM
ngraham created this revision.
astippich accepted this revision.Jul 24 2019, 4:41 PM
This revision is now accepted and ready to land.Jul 24 2019, 4:41 PM
This revision was automatically updated to reflect the committed changes.