{ "title": "Other keyboard remappings", "rules": [ { "description": "Other keyboard remappings", "manipulators": [ { "type": "basic", "from": { "key_code": "grave_accent_and_tilde", "modifiers": { "optional": [ "caps_lock" ] } }, "to": [ { "key_code": "grave_accent_and_tilde", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "grave_accent_and_tilde", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock" ] } }, "to": [ { "key_code": "grave_accent_and_tilde" } ] }, { "type": "basic", "from": { "key_code": "hyphen", "modifiers": { "optional": [ "caps_lock" ] } }, "to": [ { "key_code": "hyphen", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "hyphen", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock" ] } }, "to": [ { "key_code": "hyphen" } ] }, { "type": "basic", "from": { "key_code": "open_bracket", "modifiers": { "optional": [ "caps_lock" ] } }, "to": [ { "key_code": "open_bracket", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "open_bracket", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock" ] } }, "to": [ { "key_code": "open_bracket" } ] }, { "type": "basic", "from": { "key_code": "close_bracket", "modifiers": { "optional": [ "caps_lock" ] } }, "to": [ { "key_code": "close_bracket", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "close_bracket", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock" ] } }, "to": [ { "key_code": "close_bracket" } ] }, { "type": "basic", "from": { "key_code": "backslash", "modifiers": { "optional": [ "caps_lock" ] } }, "to": [ { "key_code": "backslash", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "backslash", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock" ] } }, "to": [ { "key_code": "backslash" } ] } ] } ] }