You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
Text seems to be send as the dialog is opened.
What would be the best approach to achieve emojis via unicode input kitty?
The text was updated successfully, but these errors were encountered: