summaryrefslogtreecommitdiff
path: root/mac/.config/karabiner/assets/complex_modifications/1755910681.json
blob: 0bcabe9b60c1b326178dd31a214af19582e86e91 (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
26
27
28
29
30
31
32
{
  "title": "Tap Caps Lock for ESC or Hold for Control",
  "rules": [
    {
      "description": "Tap Caps Lock for ESC or Hold for Control",
      "manipulators": [
        {
          "type": "basic",
          "from": {
            "key_code": "caps_lock",
            "modifiers": {
              "optional": [
                "any"
              ]
            }
          },
          "to": [
            {
              "key_code": "left_control",
              "lazy": true
            }
          ],
          "to_if_alone": [
            {
              "key_code": "escape"
            }
          ]
        }
      ]
    }
  ]
}