Created
January 23, 2013 03:34
-
-
Save matthewpalmer/4601678 to your computer and use it in GitHub Desktop.
remap Caps Lock to CMD+R for use with keyremap4macbook
This file contains 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>CAPSLOCKTOCMDR</name> | |
<appendix>this is to remap caps lock to cmdR</append> | |
<identifier>private.swap_capslock</identifier> | |
<autogen> | |
--KeyToKey-- | |
KeyCode::PC_APPLICATION, | |
KeyCode::R, ModifierFlag::COMMAND_L | |
</autogen> | |
</item> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment