1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
{ "title": "esc = ctrl + c", "rules": [ { "description": "Control + c => Escape", "manipulators": [ { "from": { "key_code": "c", "modifiers": { "mandatory": ["control"], "optional": ["caps_lock", "option"] } }, "to": [ { "key_code": "escape" } ], "type": "basic" } ] } ] }