Skip to content

Instantly share code, notes, and snippets.

@opensussex
Last active February 19, 2016 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save opensussex/65a14870ed205fef18eb to your computer and use it in GitHub Desktop.
Save opensussex/65a14870ed205fef18eb to your computer and use it in GitHub Desktop.
private.xml for karabiner to swap backquote with backslash needed for wasd keyboard on a mac.
<?xml version="1.0"?>
<root>
<item>
<name>Swap backslash and backquote key.</name>
<identifier>private.backslash_to_backquote</identifier>
<autogen>__KeyToKey__ KeyCode::DANISH_DOLLAR, KeyCode::BACKQUOTE</autogen>
<autogen>__KeyToKey__ KeyCode::BACKQUOTE, KeyCode::DANISH_DOLLAR</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment