Created
December 25, 2012 18:10
-
-
Save zeekay/4374551 to your computer and use it in GitHub Desktop.
KeyRemap4MacBook config mapping capslock to escape (control when used as a modifier).
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>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