summary refs log tree commit diff stats
path: root/tag-karabiner/karabiner.d/configuration/karabiner.json
blob: 23a4d2ffe6dee5cfefcaf8de23b8a7a9c00508a1 (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
{
    "profiles": [
        {
            "devices": [],
            "fn_function_keys": {
                "f1": "vk_consumer_brightness_down",
                "f10": "mute",
                "f11": "volume_down",
                "f12": "volume_up",
                "f2": "vk_consumer_brightness_up",
                "f3": "vk_mission_control",
                "f4": "vk_launchpad",
                "f5": "vk_consumer_illumination_down",
                "f6": "vk_consumer_illumination_up",
                "f7": "vk_consumer_previous",
                "f8": "vk_consumer_play",
                "f9": "vk_consumer_next"
            },
            "name": "Default Profile",
            "selected": true,
            "simple_modifications": {
                "caps_lock": "delete_or_backspace",
                "left_command": "left_option",
                "left_control": "left_command",
                "left_option": "left_control",
                "right_command": "right_option",
                "right_control": "right_command",
                "right_option": "right_control"
            }
        },
        {
            "name": "Macbook keyboard",
            "simple_modifications": {
                "caps_lock": "delete_or_backspace",
                "grave_accent_and_tilde": "non_us_backslash",
                "left_command": "left_control",
                "non_us_backslash": "grave_accent_and_tilde",
                "right_command": "right_control"
            }
        }
    ]
}