{ "description": "CapsLock to ESC (alone) or LCommand (withKeys)", "manipulators": [ { "from": { "key_code": "caps_lock", "modifiers": { "optional": [ "any" ] } }, "to": [ { "key_code": "left_command" } ], "to_if_alone": [ { "key_code": "escape" } ], "type": "basic" } ] }