Created
February 25, 2012 16:16
-
-
Save nikushi/1909319 to your computer and use it in GitHub Desktop.
swap Tab + Command key with Tab + Ctrl key only in Terminal.app by using KeyRemap4Macbook
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> | |
<list> | |
<item> | |
<name>Command_L+Tab to Control_L+Tab (TERMINAL ONLY)</name> | |
<only>TERMINAL</only> | |
<identifier>private.remap.app_term_commandL_tab_2_to_controlL_tab_2</identifier> | |
<autogen>--KeyToKey-- | |
KeyCode::TAB, ModifierFlag::COMMAND_L, | |
KeyCode::TAB, ModifierFlag::CONTROL_L | |
</autogen> | |
</item> | |
<item> | |
<name>Control_L+Tab to Command_L+Tab (TERMINAL ONLY)</name> | |
<only>TERMINAL</only> | |
<identifier>private.remap.app_term_controlL_tab_2_to_commandL_tab_2</identifier> | |
<autogen>--KeyToKey-- | |
KeyCode::TAB, ModifierFlag::CONTROL_L, | |
KeyCode::TAB, ModifierFlag::COMMAND_L | |
</autogen> | |
</item> | |
</list> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment