Skip to content

Instantly share code, notes, and snippets.

@kosiara
Created September 29, 2016 07:31
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 kosiara/62de32c4c255e7583565e3ad9d225560 to your computer and use it in GitHub Desktop.
Save kosiara/62de32c4c255e7583565e3ad9d225560 to your computer and use it in GitHub Desktop.
Karabiner-Elements-PL-right-command-alt-cmd-alt-swap
#save this file under: ~/.karabiner.d/configuration/karabiner.json
{
"profiles": [
{
"name": "Default profile",
"selected": true,
"simple_modifications": {
"right_command": "right_option",
"right_option": "right_command"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment