mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-05-08 13:38:04 +02:00
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 <pwu@redhat.com>
This commit is contained in:
parent
7d5a3a8b49
commit
7f00904b6d
1 changed files with 10 additions and 0 deletions
|
|
@ -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.
|
||||
</description>
|
||||
</request>
|
||||
|
||||
|
|
@ -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.
|
||||
</description>
|
||||
</request>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue