Last active
August 29, 2015 14:25
-
-
Save antonvasin/0e0d9c3ab20fd0a76931 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
| <?xml version="1.0"?> | |
| <root> | |
| <item> | |
| <name>Remap Left Control to Hyper</name> | |
| <appendix>OS X doesn't have a Hyper. This maps Left Control to Control + Shift + Option + Command.</appendix> | |
| <identifier>space_cadet.left_control_to_hyper</identifier> | |
| <autogen> | |
| --KeyToKey-- | |
| KeyCode::F19, | |
| KeyCode::COMMAND_L, | |
| ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L | |
| </autogen> | |
| </item> | |
| <item> | |
| <appdef> | |
| <appname>SAFARI</appname> | |
| <equal>com.apple.safari</equal> | |
| </appdef> | |
| <name>Escape to Option + Escape on Safari.app</name> | |
| <identifier>private.safari_escape</identifier> | |
| <only>SAFARI</only> | |
| <autogen>__KeyToKey__ KeyCode::ESCAPE, KeyCode::ESCAPE, ModifierFlag::OPTION_L</autogen> | |
| </item> | |
| </root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment