- Install Karabiner
- Open Karabiner and go to Misc & Uninstall -> Open private.xml
- Use the contents of private.xml and save
- In Karabiner, go to Change Keys -> Reload XML
- Enable “Option_R to Emoji”
- 🎉
-
-
Save jonathantneal/23bdba190b5fb5da74fe to your computer and use it in GitHub Desktop.
Remap right ALT key to Emoji on Mac
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
<?xml version="1.0"?> | |
<root> | |
<item> | |
<name>Change Option_R Key (Right Option)</name> | |
<item> | |
<name>Option_R to Emoji</name> | |
<identifier>private.optionR2emoji</identifier> | |
<autogen> | |
--KeyToKey-- | |
KeyCode::OPTION_R, | |
KeyCode::SPACE, ModifierFlag::COMMAND_L | ModifierFlag::CONTROL_L | |
</autogen> | |
</item> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment