Skip to content

Instantly share code, notes, and snippets.

@le-doude
Created January 18, 2017 02:48
Show Gist options
  • Save le-doude/9d127bd411d87ab1177cff710ed3e6f4 to your computer and use it in GitHub Desktop.
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
<?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