Last active
December 18, 2015 05:49
-
-
Save takumakei/5735986 to your computer and use it in GitHub Desktop.
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> | |
<appdef> | |
<appname>SOURCE_TREE</appname> | |
<equal>com.torusknot.SourceTreeNotMAS</equal> | |
</appdef> | |
<appdef> | |
<appname>ECLIPSE</appname> | |
<equal>org.eclipse.eclipse</equal> | |
</appdef> | |
<list> | |
<item> | |
<name>takumakei</name> | |
<list> | |
<item> | |
<name>XCode</name> | |
<list> | |
<item> | |
<name>Change Ctrl+[ to Escape</name> | |
<identifier>private.xcode.ctrlBracket2Escape</identifier> | |
<only>XCODE</only> | |
<autogen>--KeyToKey-- | |
KeyCode::BRACKET_RIGHT, VK_CONTROL, | |
KeyCode::ESCAPE | |
</autogen> | |
</item> | |
<item> | |
<name>Change Ctrl+G to Escape</name> | |
<identifier>private.xcode.ctrlG2Escape</identifier> | |
<only>XCODE</only> | |
<autogen>--KeyToKey-- | |
KeyCode::G, VK_CONTROL, | |
KeyCode::ESCAPE | |
</autogen> | |
</item> | |
<item> | |
<name>Change Ctrl+N to Down</name> | |
<identifier>private.xcode.ctrlN2Down</identifier> | |
<only>XCODE</only> | |
<autogen>--KeyToKey-- | |
KeyCode::N, VK_CONTROL, | |
KeyCode::CURSOR_DOWN | |
</autogen> | |
</item> | |
<item> | |
<name>Change Ctrl+P to Up</name> | |
<identifier>private.xcode.ctrlP2Up</identifier> | |
<only>XCODE</only> | |
<autogen>--KeyToKey-- | |
KeyCode::P, VK_CONTROL, | |
KeyCode::CURSOR_UP | |
</autogen> | |
</item> | |
</list> | |
</item> | |
<item> | |
<name>Google Chrome</name> | |
<list> | |
<item> | |
<name>Change Ctrl+[ to Escape</name> | |
<identifier>private.google_chrome.ctrlBracket2Escape</identifier> | |
<only>GOOGLE_CHROME</only> | |
<autogen>--KeyToKey-- | |
KeyCode::BRACKET_RIGHT, VK_CONTROL, | |
KeyCode::ESCAPE | |
</autogen> | |
</item> | |
<item> | |
<name>Change Ctrl+N to Down</name> | |
<identifier>private.google_chrome.ctrlN2Down</identifier> | |
<only>GOOGLE_CHROME</only> | |
<autogen>--KeyToKey-- | |
KeyCode::N, VK_CONTROL, | |
KeyCode::CURSOR_DOWN | |
</autogen> | |
</item> | |
<item> | |
<name>Change Ctrl+P to Up</name> | |
<identifier>private.google_chrome.ctrlP2Up</identifier> | |
<only>GOOGLE_CHROME</only> | |
<autogen>--KeyToKey-- | |
KeyCode::P, VK_CONTROL, | |
KeyCode::CURSOR_UP | |
</autogen> | |
</item> | |
</list> | |
</item> | |
<item> | |
<name>SourceTree</name> | |
<list> | |
<item> | |
<name>Change Ctrl+[ to Escape</name> | |
<identifier>private.source_tree.ctrlBracket2Escape</identifier> | |
<only>SOURCE_TREE</only> | |
<autogen>--KeyToKey-- | |
KeyCode::BRACKET_RIGHT, VK_CONTROL, | |
KeyCode::ESCAPE | |
</autogen> | |
</item> | |
<item> | |
<name>Change Ctrl+N to Down</name> | |
<identifier>private.source_tree.ctrlN2Down</identifier> | |
<only>SOURCE_TREE</only> | |
<autogen>--KeyToKey-- | |
KeyCode::N, VK_CONTROL, | |
KeyCode::CURSOR_DOWN | |
</autogen> | |
</item> | |
<item> | |
<name>Change Ctrl+P to Up</name> | |
<identifier>private.source_tree.ctrlP2Up</identifier> | |
<only>SOURCE_TREE</only> | |
<autogen>--KeyToKey-- | |
KeyCode::P, VK_CONTROL, | |
KeyCode::CURSOR_UP | |
</autogen> | |
</item> | |
</list> | |
</item> | |
<item> | |
<name>Eclipse</name> | |
<list> | |
<item> | |
<name>Change Ctrl+[ to Escape</name> | |
<identifier>private.eclipse.ctrlBracket2Escape</identifier> | |
<only>ECLIPSE</only> | |
<autogen>--KeyToKey-- | |
KeyCode::BRACKET_RIGHT, VK_CONTROL, | |
KeyCode::ESCAPE | |
</autogen> | |
</item> | |
<item> | |
<name>Change Ctrl+N to Down</name> | |
<identifier>private.eclipse.ctrlN2Down</identifier> | |
<only>ECLIPSE</only> | |
<autogen>--KeyToKey-- | |
KeyCode::N, VK_CONTROL, | |
KeyCode::CURSOR_DOWN | |
</autogen> | |
</item> | |
<item> | |
<name>Change Ctrl+P to Up</name> | |
<identifier>private.eclipse.ctrlP2Up</identifier> | |
<only>ECLIPSE</only> | |
<autogen>--KeyToKey-- | |
KeyCode::P, VK_CONTROL, | |
KeyCode::CURSOR_UP | |
</autogen> | |
</item> | |
</list> | |
</item> | |
</list> | |
</item> | |
</list> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment