Skip to content

Support ibus update_preedit_string_with_mode feature

Peng Wu requested to merge pwu/mutter:preedit-with-mode into main

IBus update_preedit_string_with_mode feature sends the preedit text and the commit mode to the input method module, use preedit_commit_mode event to send the commit mode together with the preedit text.

Currently we are adding the preedit_commit_mode event to wayland text input protocol in progress.

This patch set plans to support the preedit_commit_mode event in clutter and mutter code.

For text input protocol discussion, please read the merge request comments.

URL: https://gitlab.freedesktop.org/wayland/wayland-protocols/merge_requests/30

Edited by Peng Wu

Merge request reports