Created
July 13, 2015 13:24
-
-
Save redgosho/8ad3acf59c8b96414990 to your computer and use it in GitHub Desktop.
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> | |
| <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