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",
|
||||
"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" }
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue