Last active
August 16, 2016 21:20
-
-
Save demersdesigns/5f2cb6c922c21b489e0123f02e4329fa 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 Caps Lock to Command + Option</name> | |
<appendix>Remap Caps Lock to Command + Option to allow you to cycle through tabs in many OS X applications using only one key instead of two.</appendix> | |
<identifier>caps_lock_to_command_option</identifier> | |
<autogen> | |
__KeyToKey__ | |
KeyCode::F19, | |
KeyCode::COMMAND_L, | |
ModifierFlag::OPTION_L | |
</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment