karabiner_20250516.json (3060B)
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 "identifiers": { 41 "is_keyboard": true, 42 "product_id": 24, 43 "vendor_id": 5050 44 }, 45 "simple_modifications": [ 46 { 47 "from": { "key_code": "left_option" }, 48 "to": [{ "key_code": "left_command" }] 49 }, 50 { 51 "from": { "key_code": "right_option" }, 52 "to": [{ "key_code": "right_command" }] 53 }, 54 { 55 "from": { "key_code": "caps_lock" }, 56 "to": [{ "key_code": "left_control" }] 57 }, 58 { 59 "from": { "key_code": "left_control" }, 60 "to": [{ "key_code": "left_option" }] 61 }, 62 { 63 "from": { "key_code": "right_control" }, 64 "to": [{ "key_code": "right_option" }] 65 } 66 ] 67 } 68 ], 69 "name": "Default profile", 70 "selected": true, 71 "simple_modifications": [ 72 { 73 "from": { "key_code": "caps_lock" }, 74 "to": [{ "key_code": "left_control" }] 75 } 76 ], 77 "virtual_hid_keyboard": { "keyboard_type_v2": "iso" } 78 } 79 ] 80 }