From 7f00904b6d6b3c55c2468ad79d5db2830e1d60c5 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 4 Jul 2024 13:51:24 +0800 Subject: [PATCH] text-input-v3: Add description about how to reset the input method Some clients need to reset the input method state. To reset the input method state, the client needs to send the disable request, the enable request, and the commit request sequence. The compositing manager will reset the input method. Signed-off-by: Peng Wu --- unstable/text-input/text-input-unstable-v3.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/unstable/text-input/text-input-unstable-v3.xml b/unstable/text-input/text-input-unstable-v3.xml index 1fae54d..987d3ab 100644 --- a/unstable/text-input/text-input-unstable-v3.xml +++ b/unstable/text-input/text-input-unstable-v3.xml @@ -115,6 +115,11 @@ The changes must be applied by the compositor after issuing a zwp_text_input_v3.commit request. + + Some clients need to reset the input method state. + To reset the input method state, the client needs to send the disable + request, the enable request, and the commit request sequence. + The compositing manager will reset the input method. @@ -125,6 +130,11 @@ State set with this request is double-buffered. It will get applied on the next zwp_text_input_v3.commit request. + + Some clients need to reset the input method state. + To reset the input method state, the client needs to send the disable + request, the enable request, and the commit request sequence. + The compositing manager will reset the input method.