-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Many emojis render differently when composed of additional symbol. Eg.
U+267B
(Black Universal Recycling Symbol) is ♻U+267B
+️U+FE0F
(Variation Selector-16
) is ♻️
I would like to use unicode emoji as shown in second example. We could append inserted symbols with an additional character (wanting solution but doable) or extend emoji symbols in unicode kitten with that character or make it extensible via custom symbol map.
I tried to configure the first solution by myself, but failed
map ctrl+shift+l combine : kitten unicode_input : send_text all "fooo"
Text seems to be send as the dialog is opened.
What would be the best approach to achieve emojis via unicode input kitty?
Metadata
Metadata
Assignees
Labels
No labels