Created
March 11, 2014 04:30
-
-
Save msolomon/9479548 to your computer and use it in GitHub Desktop.
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
| <item> | |
| <name>Remap Caps Lock to Hyper with Escape on tap</name> | |
| <appendix>OS X doesn't have a Hyper. This maps caps lock (actually F19) to Control + Shift + Option + Command, unless you tap it. Then it sends Escape.</appendix> | |
| <identifier>caps_lock_to_hyper_or_escape</identifier> | |
| <autogen> | |
| --KeyOverlaidModifier-- | |
| KeyCode::F19, | |
| KeyCode::COMMAND_L, | |
| ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L, | |
| KeyCode::ESCAPE | |
| </autogen> | |
| </item> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment