karabiner_20250428.json (1830B)
1 { 2 "global": { "show_in_menu_bar": false }, 3 "profiles": [ 4 { 5 "complex_modifications": { 6 "rules": [ 7 { 8 "description": "Map Left Cmd + Right Cmd to F13", 9 "manipulators": [ 10 { 11 "from": { 12 "key_code": "left_command", 13 "modifiers": { "mandatory": ["right_command"] } 14 }, 15 "to": [{ "key_code": "f13" }], 16 "type": "basic" 17 }, 18 { 19 "from": { 20 "key_code": "right_command", 21 "modifiers": { "mandatory": ["left_command"] } 22 }, 23 "to": [{ "key_code": "f13" }], 24 "type": "basic" 25 } 26 ] 27 } 28 ] 29 }, 30 "devices": [ 31 { 32 "identifiers": { 33 "is_keyboard": true, 34 "product_id": 834, 35 "vendor_id": 1452 36 }, 37 "manipulate_caps_lock_led": false 38 } 39 ], 40 "name": "Default profile", 41 "selected": true, 42 "simple_modifications": [ 43 { 44 "from": { "key_code": "caps_lock" }, 45 "to": [{ "key_code": "left_control" }] 46 } 47 ], 48 "virtual_hid_keyboard": { "keyboard_type_v2": "iso" } 49 } 50 ] 51 }