Skip to content

Instantly share code, notes, and snippets.

@goalaleo
Created August 13, 2020 10:39
Show Gist options
  • Save goalaleo/9cbb2b33a8233765bb153ac4e8b35f7c to your computer and use it in GitHub Desktop.
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
{
"~ " = ("insertText:", "💩");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment