Skip to content

Instantly share code, notes, and snippets.

@siwasu17
Created January 2, 2013 13:16
Show Gist options
  • Save siwasu17/4434529 to your computer and use it in GitHub Desktop.
Save siwasu17/4434529 to your computer and use it in GitHub Desktop.
KeyRemap4MacBookで、Ctrl+j を esc キーへ変換するための、private.xml
<?xml version="1.0"?>
<root>
<list>
<item>
<name>absolute ctrl+j to esc</name>
<identifier>remap.absolute_ctrl_j_to_esc</identifier>
<autogen>--KeyToKey-- KeyCode::J, ModifierFlag::CONTROL_L, KeyCode::ESCAPE</autogen>
</item>
</list>
</root>
@siwasu17
Copy link
Author

siwasu17 commented Jan 2, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment