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