Skip to content

wayland: Fix keycode->keyval mapping

Matthias Clasen requested to merge fix-wayland-keycode-mapping into main

We were looping over the levels, but not using the current level value to obtain the keymap entries. Oops.

Fixes: #5277 (closed)

Merge request reports