Mac键盘修改映射神器
开源无毒
Karabiner-Elements
假如要对调键盘上的按键;:(假设:的按键频率比;高很多,那么就很方便了)
{
"description": "Swap semicolon and colon",
"manipulators": [
{
"from": { "key_code": "semicolon" },
"to": [
{
"key_code": "semicolon",
"modifiers": ["shift"]
}
],
"type": "basic"
},
{
"from": {
"key_code": "semicolon",
"modifiers": { "mandatory": ["shift"] }
},
"to": [{ "key_code": "semicolon" }],
"type": "basic"
}
]
}