karabiner_20250311.json (1465B)
1 { 2 "profiles": [ 3 { 4 "complex_modifications": { 5 "rules": [ 6 { 7 "description": "Map Left Cmd + Right Cmd to F13", 8 "manipulators": [ 9 { 10 "from": { 11 "key_code": "left_command", 12 "modifiers": { "mandatory": ["right_command"] } 13 }, 14 "to": [{ "key_code": "f13" }], 15 "type": "basic" 16 }, 17 { 18 "from": { 19 "key_code": "right_command", 20 "modifiers": { "mandatory": ["left_command"] } 21 }, 22 "to": [{ "key_code": "f13" }], 23 "type": "basic" 24 } 25 ] 26 } 27 ] 28 }, 29 "name": "Default profile", 30 "selected": true, 31 "simple_modifications": [ 32 { 33 "from": { "key_code": "caps_lock" }, 34 "to": [{ "key_code": "left_control" }] 35 } 36 ], 37 "virtual_hid_keyboard": { "keyboard_type_v2": "iso" } 38 } 39 ] 40 }