Skip to content

Instantly share code, notes, and snippets.

@memememomo
Last active August 29, 2015 14:07
Show Gist options
  • Save memememomo/08e37c12b5ba07941343 to your computer and use it in GitHub Desktop.
Save memememomo/08e37c12b5ba07941343 to your computer and use it in GitHub Desktop.
Macの外付けキーボード設定まとめ ref: http://qiita.com/uchiko/items/d55f01f65f12d86f628d
<?xml version="1.0"?>
<root>
<appdef>
<appname>iTERM2</appname>
<equal>com.googlecode.iterm2</equal>
</appdef>
<appdef>
<appname>MACVIM</appname>
<equal>org.vim.MacVim</equal>
</appdef>
<list>
<item>
<name>Leave Insert Mode with EISUU (vim keybind apps)</name>
<identifier>private.vim_keybind_apps_esc_with_eisuu</identifier>
<only>iTERM2,TERMINAL,MACVIM</only>
<autogen>--KeyToKey-- KeyCode::ESCAPE, KeyCode::ESCAPE, KeyCode::JIS_EISUU</autogen>
<autogen>--KeyToKey-- KeyCode::JIS_BRACKET_LEFT, VK_CONTROL, KeyCode::JIS_BRACKET_LEFT, VK_CONTROL, KeyCode::JIS_EISUU</autogen>
</item>
</list>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment