Skip to content

Instantly share code, notes, and snippets.

@mrkaspa
Created September 23, 2016 03:24
Show Gist options
  • Select an option

  • Save mrkaspa/46fcf5d9a678769eeac6aecb4d897574 to your computer and use it in GitHub Desktop.

Select an option

Save mrkaspa/46fcf5d9a678769eeac6aecb4d897574 to your computer and use it in GitHub Desktop.

Revisions

  1. mrkaspa created this gist Sep 23, 2016.
    15 changes: 15 additions & 0 deletions karabiner.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    {
    "profiles": [
    {
    "name": "Default profile",
    "selected": true,
    "simple_modifications": {
    "application" : "right_option",
    "left_option": "left_command",
    "left_command": "left_option",
    "right_command": "right_option",
    "right_option": "right_command"
    }
    }
    ]
    }