{ "profiles": [ { "complex_modifications": { "parameters": { "basic.to_if_alone_timeout_milliseconds": 500 }, "rules": [ { "description": "Map control+option+arrows to fn+control+arrows", "enabled": false, "manipulators": [ { "from": { "key_code": "left_arrow", "modifiers": { "mandatory": ["control", "option"] } }, "to": [ { "key_code": "left_arrow", "modifiers": ["fn", "control"] } ], "type": "basic" }, { "from": { "key_code": "right_arrow", "modifiers": { "mandatory": ["control", "option"] } }, "to": [ { "key_code": "right_arrow", "modifiers": ["fn", "control"] } ], "type": "basic" }, { "from": { "key_code": "up_arrow", "modifiers": { "mandatory": ["control", "option"] } }, "to": [ { "key_code": "up_arrow", "modifiers": ["fn", "control"] } ], "type": "basic" }, { "from": { "key_code": "down_arrow", "modifiers": { "mandatory": ["control", "option"] } }, "to": [ { "key_code": "down_arrow", "modifiers": ["fn", "control"] } ], "type": "basic" }, { "from": { "key_code": "f", "modifiers": { "mandatory": ["control", "option"] } }, "to": [ { "key_code": "f", "modifiers": ["fn", "control"] } ], "type": "basic" } ] }, { "description": "Post Esc if Caps is tapped, Control if held.", "manipulators": [ { "from": { "key_code": "left_control", "modifiers": { "optional": ["any"] } }, "to": [ { "key_code": "left_control", "lazy": true } ], "to_if_alone": [{ "key_code": "escape" }], "type": "basic" } ] } ] }, "devices": [ { "identifiers": { "is_keyboard": true, "product_id": 45849, "vendor_id": 1133 }, "simple_modifications": [ { "from": { "key_code": "left_command" }, "to": [{ "key_code": "left_option" }] }, { "from": { "key_code": "left_option" }, "to": [{ "key_code": "left_command" }] } ] }, { "identifiers": { "is_keyboard": true, "product_id": 615, "vendor_id": 76 }, "simple_modifications": [ { "from": { "consumer_key_code": "eject" }, "to": [{ "consumer_key_code": "al_terminal_lock_or_screensaver" }] } ] } ], "name": "Default profile", "selected": true, "simple_modifications": [ { "from": { "key_code": "caps_lock" }, "to": [{ "key_code": "left_control" }] }, { "from": { "key_code": "escape" }, "to": [{ "key_code": "caps_lock" }] } ], "virtual_hid_keyboard": { "country_code": 0, "keyboard_type_v2": "ansi" } } ] }