Skip to content
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

Automatically add ️Variation Selector-16 for emoji unicode input #2139

Closed
smolijar opened this issue Nov 17, 2019 · 1 comment
Closed

Automatically add ️Variation Selector-16 for emoji unicode input #2139

smolijar opened this issue Nov 17, 2019 · 1 comment

Comments

@smolijar
Copy link

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?

@smolijar
Copy link
Author

@kovidgoyal You are absolutely awesome ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant