Skip to content

Instantly share code, notes, and snippets.

@yanana
Created July 9, 2014 05:47
Show Gist options
  • Select an option

  • Save yanana/9fcf8750721c7d7e2ad5 to your computer and use it in GitHub Desktop.

Select an option

Save yanana/9fcf8750721c7d7e2ad5 to your computer and use it in GitHub Desktop.
ITerm2.app/Terminal.appで,Esc/C-[/C-cを押下すると英数入力にして入力モードにするやつ(c.f. 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::ESCAPE, KeyCode::ESCAPE, KeyCode::JIS_EISUU</autogen>
<autogen>__KeyToKey__ KeyCode::BRACKET_LEFT, ModifierFlag::CONTROL_L, KeyCode::ESCAPE, KeyCode::JIS_EISUU</autogen>
<autogen>__KeyToKey__ KeyCode::C, ModifierFlag::CONTROL_L, KeyCode::ESCAPE, KeyCode::JIS_EISUU</autogen>
</item>
</list>
</root>
@yanana
Copy link
Copy Markdown
Author

yanana commented Jul 9, 2014

~/Library/Application\ Support/KeyRemap4MacBook/private.xml

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