Skip to content

Drop superAsMeta workaround in Xkb::toQtKey

Vlad Zahorodnii requested to merge work/zzag/xkb-drop-workarounds into master

The issue was fixed upstream. Technically, it also introduces a new behavior: super keys are interpreted as meta keys now by default. It matches what qtwayland does and, in general, Qt controls handle super keys very poorly. Wayland clients still receive native scan codes, they are not affected by these changes.

Merge request reports

Loading