-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OC: Text-to-emoji (Jul 15) #3249
Comments
Need to consider the fact that Ctrl Z would not be available for mobile, therefore backspace may make more sense. I'll start data collecting |
|
Base emoji autocorrect set will be based off the following list: https://support.microsoft.com/en-us/office/autocorrect-emojis-in-documents-and-email-601cad94-1a54-41e2-8cf8-4b09a6eadfe1 Confirmed with IC3 team |
Added clarifications above, copied here:
|
Note on accessibility:
File issue: nvaccess/nvda#11372 |
Description
Convert
:)
into 😀 while typing (a.k.a. on-the-fly).Investigations
:)
into the box?:)
and(:
at the same time?Goals
:)
, it converted to 😀:)
stream.forEach(System.out::println);
, it should not convert::println
into:😋rintln
<input>
and<textarea>
(we have two controls today)spa
, it convert to ♨space
,spatula
orasparagus
Non-goals
contenteditable
boxcontenteditable
boxThe text was updated successfully, but these errors were encountered: