From: Jihoon Kim Date: Fri, 17 Feb 2017 10:51:37 +0000 (+0900) Subject: text/inputmethod: Add recapture_string protocol X-Git-Tag: submit/tizen_3.0/20170217.113306~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9dade0c3412717bc7a17045b408bb097cc14ef3c;p=platform%2Fcore%2Fuifw%2Fwayland-extension.git text/inputmethod: Add recapture_string protocol Change-Id: I3ae43ebad607d9b0d0b5a22a8824e7b647f5ba6d Signed-off-by: Jihoon Kim --- diff --git a/protocol/input-method.xml b/protocol/input-method.xml index 0821a07..5926aad 100644 --- a/protocol/input-method.xml +++ b/protocol/input-method.xml @@ -218,6 +218,17 @@ + + + Send the recapture string text to the application text input. + + + + + + + + diff --git a/protocol/text.xml b/protocol/text.xml index 07451e2..d46eec2 100644 --- a/protocol/text.xml +++ b/protocol/text.xml @@ -461,6 +461,18 @@ + + + Notify when the existed text should be deleted and a new composing text (pre-edit) or commit string + should be set around the current cursor position. + + + + + + + +