Open dsalt opened 1 year ago
Same issue on my side.
In theory, the client should dynamically load the libxkbcommon-x11 library if using the xcb libs, or the libxkbcommon if using wayland. The xserver or the wayland compositor do provide how to configure the xkb client-side state machine.
That said, the legacy libX11 has a xkb state machine included.
Hopefully, I did not say too much wrong things.
I meant a compose client state machine (on the x11 server the xkb keymap is still server side, not on native wayland).
Shift-AltGr, ’a’, ‘e’ should produce ‘æ’ when ‘e’ is pressed. It does not. Instead, ‘a’ and ‘e’ are produced when the respective keys are pressed.
This works as it should in the stable build. It also worked in the beta prior to the recent major update.