Skip to content

Instantly share code, notes, and snippets.

@kentaro
Created September 9, 2013 07:41
Show Gist options
  • Save kentaro/6492557 to your computer and use it in GitHub Desktop.
Save kentaro/6492557 to your computer and use it in GitHub Desktop.
Terminal.appとかiTerm2とかで、C-[で英数モードにする。 ref: http://r7kamura.hatenablog.com/entry/20110217/1297910068
<?xml version="1.0"?>
<root>
<list>
<item>
<name>LeaveInsMode with EISUU(Terminal)</name>
<identifier>private.app_terminal_esc_with_eisuu</identifier>
<only>TERMINAL</only>
<autogen>--KeyToKey-- KeyCode::BRACKET_LEFT, VK_CONTROL, KeyCode::JIS_EISUU, KeyCode::BRACKET_LEFT, VK_CONTROL</autogen>
</item>
</list>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment