summaryrefslogtreecommitdiff
path: root/mac/.config/karabiner/assets/complex_modifications/1704850809.json
blob: 2f3271fae25447b8ebaa4addc663f501d3c10aba (plain)
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"
        }
      ]
    }
  ]
}