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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
{
"profiles": [
{
"devices": [
{
"identifiers": {
"is_keyboard": true,
"is_pointing_device": false,
"product_id": 602,
"vendor_id": 1452
},
"ignore": true,
"keyboard_type": 41
},
{
"identifiers": {
"is_keyboard": true,
"is_pointing_device": false,
"product_id": 8209,
"vendor_id": 1241
},
"ignore": false,
"keyboard_type": 40
}
],
"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"
}
}
]
}
|