mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-05-09 10:38:31 +02: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
d324986823
commit
6c62692061
1 changed files with 1 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue