Skip to content

A customized version of @maoschanz/emoji-selector-for-gnome with automatic paste.

License

Notifications You must be signed in to change notification settings

0x1F8F/emoji-selector-for-gnome

 
 

Repository files navigation

Emoji Selector (for GNOME Shell)

This GNOME shell extension provides a searchable popup menu displaying most emojis ; Clicking on an emoji copies it to your clipboard.

Features

Unicode 11

  • keyboard shortcut to open the extension's menu (Super+E by defaut)
  • dynamic search (press Enter to copy the first result to the clipboard and also paste into active text entry)
  • lots of parametrable things
  • skin tone & gender modifiers
  • middle-click to set to the cliboard without closing the menu (or Ctrl+Enter)
  • right-click to add the emoji at the end of the current clipboard content (or Shift+Enter) The keyboard navigation is designed to work with Tab, not the arrows.

About fonts

Noto Emoji is recommended

About memory performance

Loading hundreds of small pictures and thousands of keywords into the memory is a lot. Despite a few attempts to optimize their loading, I'm not an expert at all concerning memory management, and the extension may be responsible for between 10MB and 60MB of memory usage, which is a lot. Don't blame the actual GS devs for it.

Contributors

Credits:

The extension is currently available in the following languages:

  • Castillan (thanks to mario-mra)
  • Simplified chinese (thanks to larryw3i)
  • Dutch (thanks to vistaus)
  • Esperanto (thanks to nicolasmaia)
  • German (thanks to jonnius)
  • Italian (thanks to amivaleo)
  • Polish (thanks to alex4401)
  • Brazilian portuguese (thanks to nicolasmaia, picsi & frnogueira)

Installation

Download and extract the ZIP, then open a terminal in the project's directory, and run ./install.sh. It should copy the "[email protected]" folder to ~/.local/share/gnome-shell/extensions/, which can be done manually if you prefer.

You may need to restart the GNOME Shell environment (logout and login again for wayland, or Alt+F2 -> r -> for x11, Enter).

About

A customized version of @maoschanz/emoji-selector-for-gnome with automatic paste.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • Shell 1.6%
  • CSS 1.1%