Skip to content

Instantly share code, notes, and snippets.

@keisei1092
Last active March 21, 2019 11:36
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 keisei1092/3e306227056dded17eb5bb68e52f65c8 to your computer and use it in GitHub Desktop.
Save keisei1092/3e306227056dded17eb5bb68e52f65c8 to your computer and use it in GitHub Desktop.
Karabiner-Elements configuration
{
"title": "my confs",
"description": "karabiner is god",
"rules": [
{
"description": "ctrl-m to enter",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "m",
"modifiers": {
"mandatory": [
"control"
],
"optional": []
}
},
"to": [
{
"key_code": "return_or_enter"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment