If you’re on a Mac and you want to change the keyboard shortcut for showing the emoji picker, e.g., to ⌘E, you can do so from Settings → Keyboard → Keyboard Shortcuts… → App Shortcuts → All Applications.

Press the + button to add a shortcut and, in the Menu title textbox, enter (exactly):

Emoji & Symbols

Hit Done and you’re, umm, done.

This is useful when using a non-Apple external keyboard and ⌘^space is too verbose.

#macOS #emoji #emojiPicker #keyboard #shortcut #keyboardShortcut

Related little typographical tidbit:

If you want to enter the symbol for the command key, it’s known as the “place of interest sign” and you can enter it via the emoji picker by searching for “place”.

#macOS #Mac #command #key #placeOfInterestSign #unicode #emojiPicker

And since we’re on the subject of typography, one of the things you might miss from Linux (say, hypothetically, if you decided you’d had enough and were going back from Linux to macOS after six years), might be the all-powerful Compose Key*.

Well, fear not, because you can emulate it as Howard Rogers has basically recreated it using DefaultKeyBinding.dict:

https://absolutelybaching.com/a-compose-key-for-the-mac/

(In Vial, I made my Caps Lock produce a § and mapped it to that.)

* https://en.wikipedia.org/wiki/Compose_key

#ComposeKey #macOS

One thing I missed from Howard’s Compose Key mappings was <compose>^1, <compose>^2, etc., to enter superscript digits¹ in toots² so I just added them in:

"\\^" = {
"1" = ("insertText:", "¹");
"2" = ("insertText:", "²");
"3" = ("insertText:", "³");
"4" = ("insertText:", "⁴");
"5" = ("insertText:", "⁵");
"6" = ("insertText:", "⁶");
"7" = ("insertText:", "⁷");
"8" = ("insertText:", "⁸");
"9" = ("insertText:", "⁹");
};

¹ AKA footnote indices :)
² Hey, why not?

@aral In vim/neovim you have :

:digraphs to include utf8 chars again.

@aral

Here's how digraphs looks like in #neovim / #vim

Does #helix has that ? 😅

@aral or if you use #wezTerm type Ctrl+Shift+u and you get ⤵️

#terminal #console

@hyde I do (use WezTerm) and I never knew; thanks :)

@aral Or just ⌥6 for §
(I don't have them all memorized, but I knew it was on number row)

But I had to do mappings in other apps to get ⌘Y for λ which I type all the time.

@aral Click the “Add to Favourites” button so you never have to remember. 😁