Karabiner
complex 에서 키를 수정하기 위해 ~/.config/karabiner/karabiner.json 파일 수정
"manipulators": [
{
"description": "Change caps_lock to command+control+option+shift.",
"from": {
"key_code": "caps_lock",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "right_control",
"modifiers":
"right_option"
]
}
],
"type": "basic"
}
]


