Skip to content

Instantly share code, notes, and snippets.

@mrnugget
Created December 3, 2015 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrnugget/6a0b24d3fd7e67fae7cb to your computer and use it in GitHub Desktop.
Save mrnugget/6a0b24d3fd7e67fae7cb to your computer and use it in GitHub Desktop.
private.xml for Karabiner.app to map F15 to the OS X Emoji Menu
<?xml version="1.0"?>
<root>
<item>
<name>Emoji Menu</name>
<appendix>Map Pause/F15 to Control+Cmd+Space</appendix>
<identifier>private.emoji_menu_f15</identifier>
<autogen>
__KeyToKey__
KeyCode::F15,
KeyCode::SPACE, ModifierFlag::COMMAND_L | ModifierFlag::CONTROL_L
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment