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",
"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" }
}
]
}