Created
January 10, 2009 03:15
-
-
Save jugyo/45363 to your computer and use it in GitHub Desktop.
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
--- a/files/prefpane/checkbox.xml Wed Oct 08 19:42:28 2008 +0900 | |
+++ b/files/prefpane/checkbox.xml Sat Jan 10 12:06:03 2009 +0900 | |
@@ -1808,6 +1808,18 @@ | |
<only>TERMINAL</only> | |
<autogen>--KeyToKey-- KeyCode::COMMAND_L, KeyCode::OPTION_L</autogen> | |
</item> | |
+ <item> | |
+ <name>Remap Command_L to Control_L</name> | |
+ <sysctl>remap.app_term_commandL2controlL</sysctl> | |
+ <only>TERMINAL</only> | |
+ <autogen>--KeyToKey-- KeyCode::COMMAND_L, KeyCode::CONTROL_L</autogen> | |
+ </item> | |
+ <item> | |
+ <name>Remap Control_L to Command_L</name> | |
+ <sysctl>remap.app_term_controlL2commandL</sysctl> | |
+ <only>TERMINAL</only> | |
+ <autogen>--KeyToKey-- KeyCode::CONTROL_L, KeyCode::COMMAND_L</autogen> | |
+ </item> | |
</list> | |
</item> | |
<item> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment