diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json index ea99e9b..5aeaf74 100644 --- a/config/karabiner/karabiner.json +++ b/config/karabiner/karabiner.json @@ -857,7 +857,16 @@ ], "name": "Default profile", "selected": true, - "simple_modifications": [], + "simple_modifications": [ + { + "from": { + "key_code": "caps_lock" + }, + "to": { + "key_code": "left_control" + } + } + ], "virtual_hid_keyboard": { "caps_lock_delay_milliseconds": 0, "country_code": 0,