Skip to content

Instantly share code, notes, and snippets.

@ikuwow
Forked from siwasu17/gist:4434529
Last active August 29, 2015 13:55
Show Gist options
  • Save ikuwow/8731513 to your computer and use it in GitHub Desktop.
Save ikuwow/8731513 to your computer and use it in GitHub Desktop.
コンソールで使えるctrl+J = ReturnをMac全体に適用for KeyRemap4MacBook
<?xml version="1.0"?>
<root>
<list>
<item>
<name>absolute ctrl+j to return</name>
<identifier>remap.absolute_ctrl_j_to_return</identifier>
<autogen>--KeyToKey-- KeyCode::J, ModifierFlag::CONTROL_L, KeyCode::RETURN</autogen>
</item>
</list>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment