From 37a44d50b71a7b719989b5efe5e832095f5c14ef Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Mon, 22 Apr 2019 17:33:53 -0400 Subject: [PATCH] Map capslock to ctrl --- config/karabiner/karabiner.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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,