Add configure of karabiner into the repo.
[dotfiles.git] / config / karabiner / karabiner.json
1 {
2     "global": {
3         "check_for_updates_on_startup": true,
4         "show_in_menu_bar": true,
5         "show_profile_name_in_menu_bar": false
6     },
7     "profiles": [
8         {
9             "devices": [],
10             "fn_function_keys": {
11                 "f1": "display_brightness_decrement",
12                 "f10": "mute",
13                 "f11": "volume_decrement",
14                 "f12": "volume_increment",
15                 "f2": "display_brightness_increment",
16                 "f3": "mission_control",
17                 "f4": "launchpad",
18                 "f5": "illumination_decrement",
19                 "f6": "illumination_increment",
20                 "f7": "rewind",
21                 "f8": "play_or_pause",
22                 "f9": "fastforward"
23             },
24             "name": "Default profile",
25             "selected": true,
26             "simple_modifications": {
27                 "caps_lock": "left_control",
28                 "right_command": "right_option"
29             },
30             "standalone_keys": {
31                 "caps_lock": "escape"
32             },
33             "virtual_hid_keyboard": {
34                 "caps_lock_delay_milliseconds": 0,
35                 "keyboard_type": "ansi",
36                 "standalone_keys_delay_milliseconds": 200
37             }
38         }
39     ]
40 }