https://bugs.kde.org/show_bug.cgi?id=366606
Martin Gräßlin <mgraess...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED --- Comment #2 from Martin Gräßlin <mgraess...@kde.org> --- For KWin I just integrated a change to have compose key support. I'll try to get the same into Qt. commit a98a1b1376a3fdec5ce40f476e7a8a79a9f84b31 Author: Martin Gräßlin <mgraess...@kde.org> Date: Mon Aug 29 17:04:13 2016 +0200 Support compose key in xkbcommon integration Summary: The Xkb class now creates a compose key table and a state object and feeds all key presses through the compose state machine. Xkb now tracks the latest keysym which is provided through new method currentKeysym. This is now used when creating a QKeyEvent instead of passing the key code to the xkb state. With that the keysym can also be updated through the compose state system. This only affects KWin internal usage where text is composed, e.g. the present windows effect filter. Wayland clients do not gain compose key support, though. Minimum xkbcommon version raised to 0.5 as compose key support is new in that version. Test Plan: Enabled compose key support in keymap and verified through DebugConsole Reviewers: #kwin, #plasma_on_wayland Subscribers: plasma-devel, kwin Tags: #plasma_on_wayland, #kwin Differential Revision: https://phabricator.kde.org/D2622 -- You are receiving this mail because: You are watching all bug changes.