Skip to content

Instantly share code, notes, and snippets.

@mewlist
Last active October 6, 2017 01:33
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 mewlist/81555cb93165c539b771791026e3a96c to your computer and use it in GitHub Desktop.
Save mewlist/81555cb93165c539b771791026e3a96c to your computer and use it in GitHub Desktop.
my karabiner
{
"description": "mirror commands",
"manipulators": [
{ "from": { "key_code": "slash", "modifiers": { "mandatory": [ "right_command" ] } },
"to": [ { "key_code": "z", "modifiers": [ "command" ] } ], "type": "basic" },
{ "from": { "key_code": "slash", "modifiers": { "mandatory": [ "right_command", "right_shift"] } },
"to": [ { "key_code": "z", "modifiers": [ "command", "shift" ] } ], "type": "basic" },
{ "from": { "key_code": "period", "modifiers": { "mandatory": [ "right_command" ] } },
"to": [ { "key_code": "x", "modifiers": [ "command" ] } ], "type": "basic" },
{ "from": { "key_code": "comma", "modifiers": { "mandatory": [ "right_command" ] } },
"to": [ { "key_code": "c", "modifiers": [ "command" ] } ], "type": "basic" },
{ "from": { "key_code": "m", "modifiers": { "mandatory": [ "right_command" ] } },
"to": [ { "key_code": "v", "modifiers": [ "command" ] } ], "type": "basic" },
{ "from": { "key_code": "semicolon", "modifiers": { "mandatory": [ "right_command" ] } },
"to": [ { "key_code": "a", "modifiers": [ "command" ] } ], "type": "basic" },
{ "from": { "key_code": "l", "modifiers": { "mandatory": [ "right_command" ] } },
"to": [ { "key_code": "s", "modifiers": [ "command" ] } ], "type": "basic" },
{ "from": { "key_code": "p", "modifiers": { "mandatory": [ "right_command" ] } },
"to": [ { "key_code": "q", "modifiers": [ "command" ] } ], "type": "basic" },
{ "from": { "key_code": "o", "modifiers": { "mandatory": [ "right_command" ] } },
"to": [ { "key_code": "w", "modifiers": [ "command" ] } ], "type": "basic" },
{ "from": { "key_code": "i", "modifiers": { "mandatory": [ "right_command" ] } },
"to": [ { "key_code": "e", "modifiers": [ "command" ] } ], "type": "basic" },
{ "from": { "key_code": "open_bracket", "modifiers": { "mandatory": [ "shift", "right_command" ] } },
"to": [ { "key_code": "tab", "modifiers": [ "shift", "right_command" ] } ], "type": "basic" },
{ "from": { "key_code": "open_bracket", "modifiers": { "mandatory": [ "right_command" ] } },
"to": [ { "key_code": "tab", "modifiers": [ "right_command" ] } ], "type": "basic" }
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment