Skip to content

Instantly share code, notes, and snippets.

@jugyo
Created January 10, 2009 03:15
Show Gist options
  • Save jugyo/45363 to your computer and use it in GitHub Desktop.
Save jugyo/45363 to your computer and use it in GitHub Desktop.
--- 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