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
Branch
use-qt-key-names-for-shortcuts (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 14372
Build 14390: arc lint + arc unit
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.