Created
September 29, 2016 07:31
-
-
Save kosiara/62de32c4c255e7583565e3ad9d225560 to your computer and use it in GitHub Desktop.
Karabiner-Elements-PL-right-command-alt-cmd-alt-swap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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