Skip to content

Instantly share code, notes, and snippets.

@azu
Last active December 19, 2015 14:49
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 azu/5971692 to your computer and use it in GitHub Desktop.
Save azu/5971692 to your computer and use it in GitHub Desktop.
KeyRemap4MacBook で アプリケーションウィンドウを半角/全角 に割り当てる
<?xml version="1.0"?>
<root>
<item>
<name>Backquote(`) to Expose</name>
<identifier>private.azu.backquote.expose</identifier>
<autogen>--KeyToKey-- KeyCode::BACKQUOTE, KeyCode::MISSION_CONTROL, ModifierFlag::CONTROL_L</autogen>
</item>
<item>
<name>Cmd + TAB to Move focus to next window</name>
<identifier>private.azu.backquote.focus_next_window</identifier>
<autogen>__KeyToKey__ KeyCode::TAB, ModifierFlag::COMMAND_L, KeyCode::F1, ModifierFlag::COMMAND_L</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment