Skip to content

Instantly share code, notes, and snippets.

@guycalledseven
Created September 21, 2016 10:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guycalledseven/9fcf6824abdeac9fd6a311dc0619e4d1 to your computer and use it in GitHub Desktop.
Save guycalledseven/9fcf6824abdeac9fd6a311dc0619e4d1 to your computer and use it in GitHub Desktop.
Karabiner-Elements config to change section key § with accent key ` put it into ~/.karabiner.d/configuration/karabiner.json
{
"profiles": [
{
"name": "Default profile",
"selected": true,
"simple_modifications": {
"non_us_backslash": "grave_accent_and_tilde"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment