Skip to content

Instantly share code, notes, and snippets.

@zlargon
Created February 5, 2017 02:54
Show Gist options
  • Save zlargon/5f48123d9742f6a510d85ea56a1401ff to your computer and use it in GitHub Desktop.
Save zlargon/5f48123d9742f6a510d85ea56a1401ff to your computer and use it in GitHub Desktop.
[Karabiner] Swap Semicolon and Shift_R
<?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