Skip to content

Instantly share code, notes, and snippets.

@fakestarbaby
Created February 19, 2015 06:57
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 fakestarbaby/04bfa09c4031a6534be3 to your computer and use it in GitHub Desktop.
Save fakestarbaby/04bfa09c4031a6534be3 to your computer and use it in GitHub Desktop.
for Xamarin IDE: Karabiner.app で `Shift + _` を `_` に変換する
<?xml version="1.0"?>
<root>
<item>
<name>Change Shift_Underscore(_) to Underscore(_)</name>
<identifier>private.change_shift_underscore_to_underscore</identifier>
<autogen>
--KeyToKey--
KeyCode::JIS_UNDERSCORE, VK_SHIFT,
KeyCode::JIS_UNDERSCORE,
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment