Skip to content

Fix shortcuts issue when changing workspaces on Linux (X11)

It looks like X11 and Qt have some differences in how they upderstand Windows and Alt keys.

X11: Windows -> Super; Alt -> Meta/Alt; Qt: Windows -> Meta; Alt -> Alt;

We should properly handle that for our KisExtendedModifiersMapper.

BUG:428080

Merge request reports