Last active
December 19, 2015 14:49
-
-
Save azu/5971692 to your computer and use it in GitHub Desktop.
KeyRemap4MacBook で アプリケーションウィンドウを半角/全角 に割り当てる
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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