Commit for new branch
[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             "one_to_many_mappings": {},
26             "selected": true,
27             "simple_modifications": {
28                 "caps_lock": "left_control",
29                 "right_option": "right_control",
30                 "right_command": "right_option"
31             },
32             "standalone_keys": {
33                 "_comment": "caps_lock: escape",
34                 "right_command": "escape"
35             },
36             "virtual_hid_keyboard": {
37                 "caps_lock_delay_milliseconds": 0,
38                 "keyboard_type": "ansi",
39                 "standalone_keys_delay_milliseconds": 200
40             }
41         }
42     ]
43 }