Skip to content

Instantly share code, notes, and snippets.

@matthewpalmer
Created January 23, 2013 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewpalmer/4601678 to your computer and use it in GitHub Desktop.
Save matthewpalmer/4601678 to your computer and use it in GitHub Desktop.
remap Caps Lock to CMD+R for use with keyremap4macbook
<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