karabiner-elements
#macos
https://pqrs.org/osx/karabiner/json.html
code:karabiner.json
{
"type": "basic",
"from": {
"key_code": "m",
"modifiers": {
"mandatory": [
"control"
]
}
},
"to": [
{
"key_code": "return_or_enter"
}
]
}