Skip to content

Instantly share code, notes, and snippets.

@shinkbr
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shinkbr/81b14225557fab0a5ed2 to your computer and use it in GitHub Desktop.
Save shinkbr/81b14225557fab0a5ed2 to your computer and use it in GitHub Desktop.
private.xml for Karabiner
<?xml version="1.0"?>
<root>
<item>
<name>Control+[ to EISUU+Escape</name>
<identifier>private.lctrl_lbracket.escape_eisuu</identifier>
<autogen>
__KeyToKey__
KeyCode::BRACKET_LEFT, ModifierFlag::CONTROL_L,
KeyCode::ESCAPE, KeyCode::JIS_EISUU
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment