From f74c830e88e885e9abc97f37d90b09ebaf16b3fd Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Thu, 28 Aug 2025 22:59:23 +0200 Subject: [PATCH] Update karabiner to default to ansi keyboard --- karabiner/karabiner.json | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/karabiner/karabiner.json b/karabiner/karabiner.json index 341ef4f..a926e01 100644 --- a/karabiner/karabiner.json +++ b/karabiner/karabiner.json @@ -155,32 +155,20 @@ "description": "Escape ↔ Caps Lock toggle", "manipulators": [ { - "type": "basic", "from": { "key_code": "escape", - "modifiers": { - "optional": ["any"] - } + "modifiers": { "optional": ["any"] } }, - "to": [ - { - "key_code": "caps_lock" - } - ] + "to": [{ "key_code": "caps_lock" }], + "type": "basic" }, { - "type": "basic", "from": { "key_code": "escape", - "modifiers": { - "mandatory": ["shift"] - } + "modifiers": { "mandatory": ["shift"] } }, - "to": [ - { - "key_code": "caps_lock" - } - ] + "to": [{ "key_code": "caps_lock" }], + "type": "basic" } ] }, @@ -225,7 +213,7 @@ }, "name": "Default profile", "selected": true, - "virtual_hid_keyboard": { "keyboard_type_v2": "iso" } + "virtual_hid_keyboard": { "keyboard_type_v2": "ansi" } } ] -} +} \ No newline at end of file