aboutsummaryrefslogtreecommitdiffstats
path: root/karabiner.part.json
blob: 8f2cf0dce533f6857b5f29e95e0e9ec6f60d956a (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
33
34
35
36
37
38
39
40
41
42
43
44
{
    "profiles": [
        {
            "devices": [
                {
                    "simple_modifications": [
                        {
                            "from": {
                                "key_code": "backslash"
                            },
                            "to": {
                                "key_code": "return_or_enter"
                            }
                        },
                        {
                            "from": {
                                "key_code": "grave_accent_and_tilde"
                            },
                            "to": {
                                "key_code": "left_shift"
                            }
                        },
                        {
                            "from": {
                                "key_code": "left_shift"
                            },
                            "to": {
                                "key_code": "grave_accent_and_tilde"
                            }
                        },
                        {
                            "from": {
                                "key_code": "return_or_enter"
                            },
                            "to": {
                                "key_code": "backslash"
                            }
                        }
                    ]
                }
            ]
        }
    ]
}