From 1c543d379ec1ecb45aa953f436d9f2d60db68424 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Fri, 25 Oct 2019 11:32:50 -0400 Subject: [PATCH] Update Karabiner config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The country code change fixes the problem where ` and ยง are swapped. --- config/karabiner/karabiner.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json index 91a378a..6474729 100644 --- a/config/karabiner/karabiner.json +++ b/config/karabiner/karabiner.json @@ -916,10 +916,10 @@ ], "virtual_hid_keyboard": { "caps_lock_delay_milliseconds": 0, - "country_code": 0, + "country_code": 1, "keyboard_type": "iso", "mouse_key_xy_scale": 100 } } ] -} \ No newline at end of file +}