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
parent d324986823
commit 6c62692061
No known key found for this signature in database
GPG key ID: B2F99ED770DC79EC

View file

@ -211,6 +211,7 @@
<entry name="sensitive_data" value="0x80" summary="typed text should not be stored"/>
<entry name="latin" value="0x100" summary="just Latin characters should be entered"/>
<entry name="multiline" value="0x200" summary="the text input is multiline"/>
<entry name="no_emoji" value="0x400" summary="prefer not offering emoji support"/>
</enum>
<enum name="content_purpose">