Created
August 13, 2020 10:39
-
-
Save goalaleo/9cbb2b33a8233765bb153ac4e8b35f7c to your computer and use it in GitHub Desktop.
Map alt+space (non-breaking space unicode character) to poop emoji. Place this file in ~/Library/KeyBindings/DefaultKeyBinding.dict on Mac OS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"~ " = ("insertText:", "💩"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment