Skip to content

Instantly share code, notes, and snippets.

@zeekay
Created December 25, 2012 18:10
Show Gist options
  • Save zeekay/4374551 to your computer and use it in GitHub Desktop.
Save zeekay/4374551 to your computer and use it in GitHub Desktop.
KeyRemap4MacBook config mapping capslock to escape (control when used as a modifier).
<?xml version="1.0"?>
<root>
<item>
<name>F19 to Control_L</name>
<appendix>(+ When you type F19 only, send Escape)</appendix>
<!-- Note: identifier has "jis_" prefix for compatibility. -->
<identifier>private.controlL2controlL_escape</identifier>
<autogen>--KeyOverlaidModifier-- KeyCode::F19, KeyCode::CONTROL_L, KeyCode::ESCAPE</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment