Update karabiner to default to ansi keyboard
This commit is contained in:
parent
f03593fb2e
commit
f74c830e88
1 changed files with 8 additions and 20 deletions
|
|
@ -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" }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue