mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 11:40:16 +01:00
text-input: Add no Emoji input
Allow hinting input methods about if Emoji support is not useful for special applications likes IDE, which manage or debug other applications. Fixes: #79 Signed-off-by: fujiwarat <takao.fujiwara1@gmail.com>
This commit is contained in:
parent
afffbd8bf5
commit
67be8069dc
1 changed files with 3 additions and 0 deletions
|
|
@ -213,6 +213,9 @@
|
||||||
<entry
|
<entry
|
||||||
name="on_screen_input_provided" value="0x400" since="2"
|
name="on_screen_input_provided" value="0x400" since="2"
|
||||||
summary="an on-screen way to fill in the input is already provided by the client"/>
|
summary="an on-screen way to fill in the input is already provided by the client"/>
|
||||||
|
<entry
|
||||||
|
name="no_emoji" value="0x800" since="2"
|
||||||
|
summary="prefer not offering emoji support"/>
|
||||||
</enum>
|
</enum>
|
||||||
|
|
||||||
<enum name="content_purpose">
|
<enum name="content_purpose">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue