Skip to content

Instantly share code, notes, and snippets.

@beatak
Created April 4, 2011 14:33
Show Gist options
  • Save beatak/901737 to your computer and use it in GitHub Desktop.
Save beatak/901737 to your computer and use it in GitHub Desktop.
Swap keys on Command (L) and Option (L) by KeyRemap4MacBook
<?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