Update karabiner to default to ansi keyboard

This commit is contained in:
Martin Larsson 2025-08-28 22:59:23 +02:00
parent f03593fb2e
commit f74c830e88

View file

@ -155,32 +155,20 @@
"description": "Escape ↔ Caps Lock toggle", "description": "Escape ↔ Caps Lock toggle",
"manipulators": [ "manipulators": [
{ {
"type": "basic",
"from": { "from": {
"key_code": "escape", "key_code": "escape",
"modifiers": { "modifiers": { "optional": ["any"] }
"optional": ["any"]
}
}, },
"to": [ "to": [{ "key_code": "caps_lock" }],
{ "type": "basic"
"key_code": "caps_lock"
}
]
}, },
{ {
"type": "basic",
"from": { "from": {
"key_code": "escape", "key_code": "escape",
"modifiers": { "modifiers": { "mandatory": ["shift"] }
"mandatory": ["shift"]
}
}, },
"to": [ "to": [{ "key_code": "caps_lock" }],
{ "type": "basic"
"key_code": "caps_lock"
}
]
} }
] ]
}, },
@ -225,7 +213,7 @@
}, },
"name": "Default profile", "name": "Default profile",
"selected": true, "selected": true,
"virtual_hid_keyboard": { "keyboard_type_v2": "iso" } "virtual_hid_keyboard": { "keyboard_type_v2": "ansi" }
} }
] ]
} }