Skip to content

wayland: Pass layout information in key events

Matthias Clasen requested to merge fix-wayland-keyboard-layout into gtk-3-24

We were always setting group to 0, causing accelerator interpretation to always go off the first configured layout, not the active one.

Fixes: #1825 (closed)

Merge request reports