commit 736e257c6b54f4ff1c2028bf86d60d2f648d7639 Author: Peng Wu Date: Tue Mar 24 15:50:43 2020 +0800 text-input: Support ibus update_preedit_string_with_mode feature The update_preedit_string_with_mode feature send preedit commit mode to the input method module, add preedit_commit_mode event to send the commit mode to input method module. diff --git a/unstable/text-input/text-input-unstable-v3.xml b/unstable/text-input/text-input-unstable-v3.xml index 8b710fd..b2c9fea 100644 --- a/unstable/text-input/text-input-unstable-v3.xml +++ b/unstable/text-input/text-input-unstable-v3.xml @@ -303,6 +303,12 @@ + + + Reset the input method state. + + + Notification that this seat's text-input focus is on a certain surface. @@ -417,6 +423,26 @@ + + + + Pre-edit commit mode when the focus is lost. + + + + + + + + Specify how the visible preedit should be handled + when mouse click happens, whether commit the preedit text or + clear the preedit text. + + The parameter mode is the commit mode to specify the behavior + on focus out when the pre-edit buffer is visible. + + +