Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # Karabiner 모든 장치  외장 키보드  복합키  complex 에서 키를 수정하기 위해 ~/.config/karabiner/karabiner.json 파일 수정 <code 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" } ] </code> ## Links - https://frhyme.github.io/trivia/solve_markdown_backtick/ open/karabiner.txt Last modified: 2024/10/05 06:15by 127.0.0.1