{ "global": { "show_in_menu_bar": false }, "profiles": [ { "complex_modifications": { "rules": [ { "description": "Disable Control + Left Click", "manipulators": [ { "from": { "modifiers": { "mandatory": ["control"], "optional": ["any"] }, "pointing_button": "button1" }, "to": [{ "pointing_button": "button1" }], "type": "basic" } ] }, { "description": "Change caps_lock to Hyper Key (⌃⌥⇧⌘)", "manipulators": [ { "from": { "key_code": "caps_lock", "modifiers": { "optional": ["any"] } }, "to": [ { "key_code": "left_shift", "modifiers": ["left_command", "left_control", "left_option"] } ], "to_if_alone": [{ "key_code": "escape" }], "type": "basic" } ] }, { "description": "Hyper+q -> left_control+s", "manipulators": [ { "from": { "key_code": "q", "modifiers": { "mandatory": ["left_option", "left_control", "left_shift", "left_command"] } }, "to": [ { "key_code": "s", "modifiers": ["left_control"] } ], "type": "basic" } ] } ] }, "devices": [ { "identifiers": { "is_keyboard": true, "product_id": 53297, "vendor_id": 13364 }, "ignore": true }, { "identifiers": { "is_keyboard": true, "product_id": 166, "vendor_id": 5426 }, "ignore": true } ], "virtual_hid_keyboard": { "keyboard_type_v2": "ansi" } } ] }