Last active
March 21, 2019 11:36
-
-
Save keisei1092/3e306227056dded17eb5bb68e52f65c8 to your computer and use it in GitHub Desktop.
Karabiner-Elements configuration
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
{ | |
"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