Skip to content

Instantly share code, notes, and snippets.

@chellberg
Last active October 4, 2016 20:23
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 chellberg/7eeb54466813c10ac914efe598f8da7d to your computer and use it in GitHub Desktop.
Save chellberg/7eeb54466813c10ac914efe598f8da7d to your computer and use it in GitHub Desktop.
Karabiner-Elements karabiner.json to remap capslock to escape after macOS Sierra breaks your Seil https://github.com/tekezo/Karabiner-Elements
{
"profiles": [
{
"name": "Default profile",
"selected": true,
"simple_modifications": {
"caps_lock": "escape"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment