Created
February 5, 2017 02:54
-
-
Save zlargon/5f48123d9742f6a510d85ea56a1401ff to your computer and use it in GitHub Desktop.
[Karabiner] Swap Semicolon and Shift_R
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 Semicolon and Shift_R</name> | |
<identifier>private.swap_semicolon_shift_R</identifier> | |
<autogen>__KeyToKey__ KeyCode::SEMICOLON, KeyCode::SHIFT_R</autogen> | |
<autogen>__KeyToKey__ KeyCode::SHIFT_R, KeyCode::SEMICOLON</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment