mac-yadm/.config/karabiner/karabiner.json
Melissa Dumont 4729cce1eb mac iles
2025-04-15 17:43:33 -04:00

75 lines
2.7 KiB
JSON

{
"profiles": [
{
"complex_modifications": {
"rules": [
{
"enabled": false,
"manipulators": [
{
"description": "Change caps_lock to hyper.",
"from": {
"key_code": "caps_lock",
"modifiers": { "optional": ["any"] }
},
"to": [
{
"key_code": "left_control",
"modifiers": ["left_alt", "left_command", "left_shift"]
}
],
"type": "basic"
}
]
},
{
"description": "Fn + = for PrntScrn",
"manipulators": [
{
"from": {
"key_code": "equal_sign",
"modifiers": { "mandatory": ["fn"] }
},
"to": { "key_code": "print_screen" },
"type": "basic"
}
]
}
]
},
"devices": [
{
"identifiers": {
"is_keyboard": true,
"product_id": 24868,
"vendor_id": 7504
},
"ignore": true
},
{
"identifiers": {
"is_keyboard": true,
"product_id": 417,
"vendor_id": 13364
},
"simple_modifications": [
{
"from": { "key_code": "left_command" },
"to": [{ "key_code": "left_control" }]
},
{
"from": { "key_code": "left_control" },
"to": [{ "key_code": "left_command" }]
}
]
}
],
"name": "Default profile",
"selected": true,
"virtual_hid_keyboard": {
"country_code": 0,
"keyboard_type_v2": "ansi"
}
}
]
}