Skip to content

Instantly share code, notes, and snippets.

@seltzered
Created September 30, 2016 23:30
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 seltzered/584262c92054ed9bdaf2b19761561d6e to your computer and use it in GitHub Desktop.
Save seltzered/584262c92054ed9bdaf2b19761561d6e to your computer and use it in GitHub Desktop.
Karabiner Elements: swap left fn key with left control key
{
"profiles": [
{
"name": "Default profile",
"selected": true,
"simple_modifications": {
"fn": "left_control",
"left_control": "fn"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment