Skip to content

Instantly share code, notes, and snippets.

@redgosho
Created July 13, 2015 13:24
Show Gist options
  • Select an option

  • Save redgosho/8ad3acf59c8b96414990 to your computer and use it in GitHub Desktop.

Select an option

Save redgosho/8ad3acf59c8b96414990 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<root>
<item>
<name>Cange_Shift_L</name>
<appendix>左Shift空打ちで英数</appendix>
<identifier>private.shift_L_to_EISUU</identifier>
<autogen>
--KeyOverlaidModifier--
KeyCode::SHIFT_L,
KeyCode::SHIFT_L,
KeyCode::JIS_EISUU
</autogen>
</item>
<item>
<name>Cange_Shift_R</name>
<appendix>右Shift空打ちでかな</appendix>
<identifier>private.shift_R_to_KANA</identifier>
<autogen>
--KeyOverlaidModifier--
KeyCode::SHIFT_R,
KeyCode::SHIFT_R,
KeyCode::JIS_KANA
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment