Created
January 18, 2017 02:48
-
-
Save le-doude/9d127bd411d87ab1177cff710ed3e6f4 to your computer and use it in GitHub Desktop.
Jap PC USB keyboard to mac - fix forward slash/yen/|/underscore swap
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>Underscore and backlash settings FILCO jp layout</name> | |
<identifier>private.filco_jp_backslash_underscore</identifier> | |
<autogen> | |
__KeyToKey__ | |
KeyCode::JIS_UNDERSCORE, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_SHIFT, | |
KeyCode::JIS_UNDERSCORE | |
</autogen> | |
<autogen> | |
__KeyToKey__ | |
KeyCode::JIS_UNDERSCORE, | |
KeyCode::JIS_YEN, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_OPTION | |
</autogen> | |
<autogen> | |
__KeyToKey__ | |
KeyCode::JIS_YEN, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_OPTION, | |
KeyCode::JIS_UNDERSCORE | |
</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment