{ "description": "augment tab", "manipulators": [ { "type": "basic", "from": { "key_code": "escape", "modifiers": { "mandatory": [ ], "optional": [ "any" ] } }, "to_if_alone": [ { "key_code": "tab" } ], "to": [ { "key_code": "left_control" } ] }, { "type": "basic", "from": { "key_code": "right_command", "modifiers": { "mandatory": [ ], "optional": [ "caps_lock", "right_command" ] } }, "to": [ { "key_code": "right_command", "modifiers": [ "caps_lock" ] } ], "to_delayed_action": { "to_if_invoked": [ ], "to_if_canceled": [ { "halt": true, "key_code": "right_command", "modifiers": [ "caps_lock" ] } ] }, "parameters": { "basic.to_delayed_action_delay_milliseconds": 250 }, "to_after_key_up": [ ] }, { "type": "basic", "from": { "key_code": "right_shift", "modifiers": { "mandatory": [ "left_option" ], "optional": [ ] } }, "to": [ { "repeat": false, "key_code": "escape", "modifiers": [ ] }, { "key_code": "right_shift" } ] }, { "type": "basic", "from": { "key_code": "left_option", "modifiers": { "mandatory": [ ], "optional": [ "any" ] } }, "to_if_alone": [ { "key_code": "escape", "modifiers": [ ] } ], "to": [ { "key_code": "left_option" } ] } ] }