Created
April 4, 2011 14:33
-
-
Save beatak/901737 to your computer and use it in GitHub Desktop.
Swap keys on Command (L) and Option (L) by 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
<?xml version="1.0"?> | |
<root> | |
<list> | |
<item> | |
<name>Swap Command_L and Option_L on Terminal</name> | |
<identifier>local.terminalComL_OptLSwap</identifier> | |
<only>TERMINAL</only> | |
<block> | |
<autogen>--KeyToKey-- KeyCode::COMMAND_L, KeyCode::OPTION_L</autogen> | |
<autogen>--KeyToKey-- KeyCode::OPTION_L, KeyCode::COMMAND_L</autogen> | |
</block> | |
</item> | |
</list> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment