Replies: 1 comment 4 replies
-
|
you can configure walker/elephant to paste the selected emoji instead of copying just fine. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, fcitx5 is installed by default and includes the QuickPhrase addon.
The default keybinding is SUPER + Grave (i.e. SUPER + `, or more specifically the backtick / tilde key on US keyboards).
Usage
When you press the keyboard shortcut, a shockingly ugly [Quick Phrase:] tooltip will appear at the cursor. This is expected.
Start typing the name of the emoji you want. Up to five matches will appear. Press
<Space>to insert the first match, or press<1–5>for a numbered matchExample
<SUPER + Grave>smile<space>will immediately insert the😃emoji at the cursor position.I may be missing something Omarchy-specific, but this avoids needing to use the clipboard or memorizing per-emoji shortcuts. I hope this helps others!
Currently the walker-based emoji picker is something like:
<SUPER CTRL + E>smile<ENTER><SUPER+V>or better yet<SUPER SPACE>:smile<ENTER><SUPER+V>, but if walker is configured to paste the emoji directly as abenz1267 mentions, that could be a good option too.Beta Was this translation helpful? Give feedback.
All reactions