]> git.r.bdr.sh - rbdr/dotfiles/blob - config/karabiner/automatic_backups/karabiner_20210205.json
Add karabiner files
[rbdr/dotfiles] / config / karabiner / automatic_backups / karabiner_20210205.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 "complex_modifications": {
10 "parameters": {
11 "basic.simultaneous_threshold_milliseconds": 50,
12 "basic.to_delayed_action_delay_milliseconds": 500,
13 "basic.to_if_alone_timeout_milliseconds": 1000,
14 "basic.to_if_held_down_threshold_milliseconds": 500,
15 "mouse_motion_to_scroll.speed": 100
16 },
17 "rules": []
18 },
19 "devices": [
20 {
21 "disable_built_in_keyboard_if_exists": false,
22 "fn_function_keys": [],
23 "identifiers": {
24 "is_keyboard": true,
25 "is_pointing_device": false,
26 "product_id": 25903,
27 "vendor_id": 3141
28 },
29 "ignore": false,
30 "manipulate_caps_lock_led": false,
31 "simple_modifications": [
32 {
33 "from": {
34 "key_code": "left_option"
35 },
36 "to": {
37 "key_code": "left_command"
38 }
39 },
40 {
41 "from": {
42 "key_code": "left_command"
43 },
44 "to": {
45 "key_code": "left_option"
46 }
47 }
48 ]
49 }
50 ],
51 "fn_function_keys": [
52 {
53 "from": {
54 "key_code": "f1"
55 },
56 "to": {
57 "consumer_key_code": "display_brightness_decrement"
58 }
59 },
60 {
61 "from": {
62 "key_code": "f2"
63 },
64 "to": {
65 "consumer_key_code": "display_brightness_increment"
66 }
67 },
68 {
69 "from": {
70 "key_code": "f3"
71 },
72 "to": {
73 "key_code": "mission_control"
74 }
75 },
76 {
77 "from": {
78 "key_code": "f4"
79 },
80 "to": {
81 "key_code": "launchpad"
82 }
83 },
84 {
85 "from": {
86 "key_code": "f5"
87 },
88 "to": {
89 "key_code": "illumination_decrement"
90 }
91 },
92 {
93 "from": {
94 "key_code": "f6"
95 },
96 "to": {
97 "key_code": "illumination_increment"
98 }
99 },
100 {
101 "from": {
102 "key_code": "f7"
103 },
104 "to": {
105 "consumer_key_code": "rewind"
106 }
107 },
108 {
109 "from": {
110 "key_code": "f8"
111 },
112 "to": {
113 "consumer_key_code": "play_or_pause"
114 }
115 },
116 {
117 "from": {
118 "key_code": "f9"
119 },
120 "to": {
121 "consumer_key_code": "fast_forward"
122 }
123 },
124 {
125 "from": {
126 "key_code": "f10"
127 },
128 "to": {
129 "consumer_key_code": "mute"
130 }
131 },
132 {
133 "from": {
134 "key_code": "f11"
135 },
136 "to": {
137 "consumer_key_code": "volume_decrement"
138 }
139 },
140 {
141 "from": {
142 "key_code": "f12"
143 },
144 "to": {
145 "consumer_key_code": "volume_increment"
146 }
147 }
148 ],
149 "name": "Default profile",
150 "parameters": {
151 "delay_milliseconds_before_open_device": 1000
152 },
153 "selected": true,
154 "simple_modifications": [],
155 "virtual_hid_keyboard": {
156 "country_code": 0,
157 "mouse_key_xy_scale": 100
158 }
159 }
160 ]
161 }