threema-ch / threema-web

The Threema Web application.
GNU Affero General Public License v3.0
986 stars 106 forks source link

inserting emojis from keyboard #1113

Closed codestumbler closed 2 years ago

codestumbler commented 2 years ago

On threema desktop it would be amazing to insert emojis from the keyboard. a suggestion is to open the emoji context menu with their identifier strings when hitting the colon key, with subsequent regex-ing. E.g. :wink+enter produces :wink: Thanks and keep up the good work!

threema-danilo commented 2 years ago

If you hover over an emoji in the selector, you can see its shortcode.

In the compose area, simply type that shortcode (e.g. :smile:) and it should get replaced. Does this cover your feature request?

threema-danilo commented 2 years ago

(We simply don't have autocompletion for this feature. That's tracked in #433.)

codestumbler commented 2 years ago

Sorry i didn´t see #433. Yeah, that covers it, thanks!