Skip to content

Instantly share code, notes, and snippets.

@azusa
Created December 4, 2011 16:40
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 azusa/1430632 to your computer and use it in GitHub Desktop.
Save azusa/1430632 to your computer and use it in GitHub Desktop.
keyremap4macbookの設定
<?xml version="1.0"?>
<root>
<item>
<name>Terminal</name>
<identifier>private.swap_control_and_commnand</identifier>
<only>TERMINAL</only>
<autogen>--KeyToKey-- KeyCode::CONTROL_L, KeyCode::COMMAND_L</autogen>
<autogen>--KeyToKey-- KeyCode::COMMAND_L, KeyCode::CONTROL_L</autogen>
</item>
<item>
<name>Window_Switch</name>
<identifier>private.alt_tab_to_command_tab</identifier>
<autogen>--KeyToKey--
KeyCode::TAB, ModifierFlag::OPTION_L,
KeyCode::TAB, ModifierFlag::COMMAND_L
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment