Skip to content

Instantly share code, notes, and snippets.

@ymrl
Created May 3, 2011 18:10
Show Gist options
  • Save ymrl/953872 to your computer and use it in GitHub Desktop.
Save ymrl/953872 to your computer and use it in GitHub Desktop.
セミコロンは改行にしたけどシフト+セミコロンはコロンにしたい人のkeyremap4macbook private.xml
<?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