https://bugs.kde.org/show_bug.cgi?id=433284
Hollis Wu <whyhollis+ei...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |whyhollis+ei...@gmail.com --- Comment #1 from Hollis Wu <whyhollis+ei...@gmail.com> --- Can confirm this is happening under KDE wayland environment. Previous versions (5.20, 5.19) are also affected. This should be a upstream bug. Seems that ibus's keybinding mechanism for input method switch and emoji display is Xorg-exclusive (See [0]). The input method switch key should work under xwayland context. For example, the key should work under vscode. Binding keyboard switching might be possible with the input-method-unstable-v1 wayland protocol? (Not 100% sure) As the protocol allows ibus to listen to all keyboard events. The only related issue found on ibus repository is [1]. But it is marked as duplicate of implementing input method v2 protocol. [0]: https://github.com/ibus/ibus/blob/ef4c5c7ef790ce1f80e94a5463e110ed4bae254e/ui/gtk3/keybindingmanager.vala#L74 [1]: https://github.com/ibus/ibus/issues/2245 -- You are receiving this mail because: You are watching all bug changes.