Created
October 27, 2016 22:32
-
-
Save bobwaycott/d3a52718927519f3a11fbff8b849b03f to your computer and use it in GitHub Desktop.
Karabiner - Switch | (pipe) and \ (backslash) keys
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>Swap \ and | keys.</name> | |
<identifier>private.swap_backslash_and_pipe</identifier> | |
<autogen> | |
__KeyToKey__ | |
KeyCode::BACKSLASH, ModifierFlag::NONE, | |
KeyCode::BACKSLASH, ModifierFlag::SHIFT_L, | |
</autogen> | |
<autogen> | |
__KeyToKey__ | |
KeyCode::BACKSLASH, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_SHIFT | ModifierFlag::NONE, | |
KeyCode::BACKSLASH, | |
</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment