ate icon indicating copy to clipboard operation
ate copied to clipboard

emoji picker

Open flokli opened this issue 4 years ago • 6 comments

activated by a hotkey (or maybe just after pressing :, an emoji picker opens).

flokli avatar Dec 23 '19 20:12 flokli

blocked by https://gitlab.gnome.org/GNOME/gtk/issues/86

andir avatar Dec 24 '19 17:12 andir

Thanks for caring and taking note and keeping us informed. Looking forward to this!

mweinelt avatar Feb 15 '20 10:02 mweinelt

It will be part of Gtk4 and that hasn't arrived yet..

andir avatar Feb 15 '20 10:02 andir

Gtk4 was released but libvte hasn't been ported yet: https://gitlab.gnome.org/GNOME/vte/-/issues/12#note_986617

andir avatar Dec 16 '20 20:12 andir

I currently work this around by using

  i18n.inputMethod.enabled = "ibus";
  i18n.inputMethod.ibus.engines = with pkgs.ibus-engines; [ uniemoji ]

flokli avatar Dec 16 '20 20:12 flokli

There is now a way to input emojis without requiring any kind of weird X11 specific input hacks: #28

andir avatar Dec 22 '20 20:12 andir