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:
fujiwarat 2022-02-03 12:37:14 +09:00 committed by Carlos Garnacho
parent afffbd8bf5
commit 67be8069dc

View file

@ -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">