Installing Macmoji: as easy as π’
- Download
emoji substitutions.plist
(make sure it has the extension.plist
) - Open System Preferences and navigate to Keyboard > Text
- Drag the
emoji substitutions.plist
to the list of substitutions to add them - Type something like
:boom:
or:blackbox:
and hit space after! π₯β¬οΈ
Know bash?
- Just run
./scripts/macmoji install
(or evenuninstall
!) (Thanks mshick!)
Gif instructions:
Other Installations
Thanks to the fantastic work of rael9 Macmoji now has a script for generating other template files (Maestro, Alfred, etc) from the latest emoji substitutions list. If you add emoji substitutions to the base plist
simply run python scripts/update-output.py
from the base directory and the various outputs based on the templates in templates/*
will be generated in the base directory. Creating new templates is easy and highly encouraged!
Keyboard Maestro Version
If you'd prefer to use Keyboard Maestro to handle the substitutions, import the emojis-km6.kmmacros
file in the Keyboard Maestro Editor.
(This macro was created and tested using version 6. It has not been tested with other versions.)
Alfred Version
If you'd prefer to import these shortcuts with Alfred as Snippets just drag the .alfredsnippets
into Alfred's Snippet preferences!
FAQ
π€ Can I change/remove substitutions?
Yep! Macmoji substitutions are ordinary text substitutions. Double click an entry to change it; highlight and hit delete to remove it. To highlight multiple substitutions select one and then while holding shift select another. You can always add your own too of course!
Some fun recommendations:
replace | with |
---|---|
ehh | Β―\_(γ)_/Β― |
tflip | (β―Β°β‘Β°οΌβ―οΈ΅ β»ββ» |
eml | your@email.com |
π© Why the colons?
Well it's what Slack/GitHub/Trello does and it prevents macOS's autocomplete from being too aggressive when you're just trying to type normal sentences like, "ghost bananas are cool." π»ππ
ππ½ What about skin tones?
Type your skin-tonable emoji, then type :skin-tone-3:
(any number 1-5) to add the skintone. They should combine!
π± I have suggestions and mistakes to point out!
Let me know in the issues orrr file a pull request!
π― Can I back-up or share my substitutions?
Yep! Highlight and drag out the ones you want to back-up or share and you'll get a neat little .plist
. Drag them back in and only the unique ones will be added.
Known Problems
π« Macmoji isn't working in Chrome
Yeah it's a bummer. Chrome bypasses the system's autocomplete (and a few other things), but a passable work around is to open Spotlight (cmd + space
) type your emojis there, copy, paste, and you're good to go! π
π« The substitutions are showing up on my iPhone in weird waysβ¦
Keyboard text substitutions sync across iCloud. I haven't found a way to disable it short of removing the substitutions and iOS seems to ignore colons π€. I will update this if I learn of a solution.
π Sometimes it just stops working in some applications
No clue. Beats me. Have a hunch why? I'd love to hear it!
βΉοΈ realpath: command not found
You may need to install Homebrew and then run the following to install coreutils
. Please comment on issue #35 if you experience this!
brew install coreutils
Change Log
The best way to update is to remove all previously added substitutions and then drag in the plist again (hold shift
to select all the colon clad substitutions).
Tip: You can always back-up substitutions by selecting and dragging them out of the list!
Date | Commit | Changes |
---|---|---|
November 16, 2018 | 3ce4c43 | π€―π§ π¦ Add Unicode 9.0-11.0 emoji (Huge thanks to @camlloyd) |
March 12, 2017 | 9bcbb39 | π© Add Alfred snippets. (Thanks @valrus!) |
July 15, 2016 | 9bcbb39 | π€ Add templating script and Keyboard Maestro version! |
July 12, 2016 | 2872b66 | πβοΈ Add shortcut for call, and telephone |
July 11, 2016 | 781926c | Added Keyboard Maestro macro version. |
July 8, 2016 | e7225c2 | π΄π·ππ Add shortcut for mustang, wine, pouting, and spock. |
July 8, 2016 | 2f84c61 | β½βΎοΈββ Fix mismatched shortcuts for soccer, baseball, snowman, and partially_sunny. |