Created
May 3, 2011 18:10
-
-
Save ymrl/953872 to your computer and use it in GitHub Desktop.
セミコロンは改行にしたけどシフト+セミコロンはコロンにしたい人のkeyremap4macbook private.xml
This file contains hidden or 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> | |
| <list> | |
| <item> | |
| <name>Shift_Semicolon to Shift_Semicolon</name> | |
| <identifier>ymrl.shift_semicolon_to_shift_semicolon</identifier> | |
| <autogen>--KeyToKey-- KeyCode::SEMICOLON, VK_SHIFT, KeyCode::SEMICOLON, ModifierFlag::SHIFT_L</autogen> | |
| </item> | |
| <item> | |
| <name>Command_R to Semicolon</name> | |
| <identifier>ymrl.command_r_to_semicolon</identifier> | |
| <autogen>--KeyToKey-- KeyCode::COMMAND_R, KeyCode::SEMICOLON</autogen> | |
| </item> | |
| </list> | |
| </root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment