summaryrefslogtreecommitdiff
path: root/.config/karabiner/karabiner.json
blob: 20d87d272ebcb34d2f0177562ce9e80393ffbecd (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
{
    "global": { "show_in_menu_bar": false },
    "profiles": [
        {
            "complex_modifications": {
                "rules": [
                    {
                        "description": "Disable cmd + tab",
                        "enabled": false,
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "tab",
                                    "modifiers": { "mandatory": ["left_command"] }
                                },
                                "to": [],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "c1",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "a",
                                    "modifiers": { "mandatory": ["left_option", "left_control", "left_command", "left_shift"] }
                                },
                                "to": [{ "key_code": "left_control" }],
                                "to_if_alone": [
                                    {
                                        "key_code": "a",
                                        "modifiers": ["left_control"]
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+2 -> Ctrl+S then 2",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "2",
                                    "modifiers": { "mandatory": ["left_option", "left_control", "left_command", "left_shift"] }
                                },
                                "to": [
                                    {
                                        "key_code": "s",
                                        "modifiers": ["left_control"]
                                    },
                                    { "key_code": "2" }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+3 -> Ctrl+S then 3",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "3",
                                    "modifiers": { "mandatory": ["left_option", "left_control", "left_command", "left_shift"] }
                                },
                                "to": [
                                    {
                                        "key_code": "s",
                                        "modifiers": ["left_control"]
                                    },
                                    { "key_code": "3" }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+4 -> Ctrl+S then 4",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "4",
                                    "modifiers": { "mandatory": ["left_option", "left_control", "left_command", "left_shift"] }
                                },
                                "to": [
                                    {
                                        "key_code": "s",
                                        "modifiers": ["left_control"]
                                    },
                                    { "key_code": "4" }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+1 -> Ctrl+S then 1",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "1",
                                    "modifiers": { "mandatory": ["left_option", "left_control", "left_command", "left_shift"] }
                                },
                                "to": [
                                    {
                                        "key_code": "s",
                                        "modifiers": ["left_control"]
                                    },
                                    { "key_code": "1" }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+q -> left_option+q",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "q",
                                    "modifiers": { "mandatory": ["left_option", "left_control", "left_shift", "left_command"] }
                                },
                                "to": [
                                    {
                                        "key_code": "q",
                                        "modifiers": ["left_option"]
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+a -> left_control+a",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "a",
                                    "modifiers": { "mandatory": ["left_option", "left_control", "left_shift", "left_command"] }
                                },
                                "to": [
                                    {
                                        "key_code": "a",
                                        "modifiers": ["left_control"]
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Disable Control + Left Click",
                        "manipulators": [
                            {
                                "from": {
                                    "modifiers": {
                                        "mandatory": ["control"],
                                        "optional": ["any"]
                                    },
                                    "pointing_button": "button1"
                                },
                                "to": [{ "pointing_button": "button1" }],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Change caps_lock to Hyper Key (⌃⌥⇧⌘)",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "caps_lock",
                                    "modifiers": { "optional": ["any"] }
                                },
                                "to": [
                                    {
                                        "key_code": "left_shift",
                                        "modifiers": ["left_command", "left_control", "left_option"]
                                    }
                                ],
                                "to_if_alone": [{ "key_code": "escape" }],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+s -> left_control+s",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "s",
                                    "modifiers": { "mandatory": ["left_option", "left_control", "left_shift", "left_command"] }
                                },
                                "to": [
                                    {
                                        "key_code": "s",
                                        "modifiers": ["left_control"]
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+h -> left_arrow",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "h",
                                    "modifiers": { "mandatory": ["left_shift", "left_control", "left_option", "left_command"] }
                                },
                                "to": [
                                    {
                                        "key_code": "left_arrow",
                                        "modifiers": []
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+j -> down_arrow",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "j",
                                    "modifiers": { "mandatory": ["left_shift", "left_control", "left_option", "left_command"] }
                                },
                                "to": [
                                    {
                                        "key_code": "down_arrow",
                                        "modifiers": []
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+k -> up_arrow",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "k",
                                    "modifiers": { "mandatory": ["left_shift", "left_control", "left_option", "left_command"] }
                                },
                                "to": [
                                    {
                                        "key_code": "up_arrow",
                                        "modifiers": []
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+l -> right_arrow",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "l",
                                    "modifiers": { "mandatory": ["left_shift", "left_control", "left_option", "left_command"] }
                                },
                                "to": [
                                    {
                                        "key_code": "right_arrow",
                                        "modifiers": []
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+u -> left_control+d",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "u",
                                    "modifiers": { "mandatory": ["left_shift", "left_control", "left_option", "left_command"] }
                                },
                                "to": [
                                    {
                                        "key_code": "d",
                                        "modifiers": ["left_control"]
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+i -> left_control+u",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "i",
                                    "modifiers": { "mandatory": ["left_shift", "left_control", "left_option", "left_command"] }
                                },
                                "to": [
                                    {
                                        "key_code": "u",
                                        "modifiers": ["left_control"]
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+o -> return_or_enter",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "o",
                                    "modifiers": { "mandatory": ["left_control", "left_shift", "left_command", "left_option"] }
                                },
                                "to": [
                                    {
                                        "key_code": "return_or_enter",
                                        "modifiers": []
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+p -> delete_or_backspace",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "p",
                                    "modifiers": { "mandatory": ["left_control", "left_shift", "left_command", "left_option"] }
                                },
                                "to": [
                                    {
                                        "key_code": "delete_or_backspace",
                                        "modifiers": []
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+semicolon -> left_command+z",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "semicolon",
                                    "modifiers": { "mandatory": ["left_command", "left_shift", "left_option", "left_control"] }
                                },
                                "to": [
                                    {
                                        "key_code": "z",
                                        "modifiers": ["left_command"]
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+quote -> left_shift, left_command+z",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "quote",
                                    "modifiers": { "mandatory": ["left_command", "left_control", "left_option", "left_shift"] }
                                },
                                "to": [
                                    {
                                        "key_code": "z",
                                        "modifiers": ["left_shift", "left_command"]
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+period -> left_control+n",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "period",
                                    "modifiers": { "mandatory": ["left_control", "left_shift", "left_command", "left_option"] }
                                },
                                "to": [
                                    {
                                        "key_code": "n",
                                        "modifiers": ["left_control"]
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+comma -> left_control+p",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "comma",
                                    "modifiers": { "mandatory": ["left_control", "left_shift", "left_command", "left_option"] }
                                },
                                "to": [
                                    {
                                        "key_code": "p",
                                        "modifiers": ["left_control"]
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+slash -> left_control+y",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "slash",
                                    "modifiers": { "mandatory": ["left_command", "left_control", "left_shift", "left_option"] }
                                },
                                "to": [
                                    {
                                        "key_code": "y",
                                        "modifiers": ["left_control"]
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+m -> left_option+c",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "m",
                                    "modifiers": { "mandatory": ["left_command", "left_option", "left_control", "left_shift"] }
                                },
                                "to": [
                                    {
                                        "key_code": "c",
                                        "modifiers": ["left_option"]
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+c -> left_command+c",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "c",
                                    "modifiers": { "mandatory": ["left_command", "left_control", "left_option", "left_shift"] }
                                },
                                "to": [
                                    {
                                        "key_code": "c",
                                        "modifiers": ["left_command"]
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+v -> left_command+v",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "v",
                                    "modifiers": { "mandatory": ["left_command", "left_control", "left_option", "left_shift"] }
                                },
                                "to": [
                                    {
                                        "key_code": "v",
                                        "modifiers": ["left_command"]
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+y -> left_control+c",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "y",
                                    "modifiers": { "mandatory": ["left_shift", "left_command", "left_option", "left_control"] }
                                },
                                "to": [
                                    {
                                        "key_code": "c",
                                        "modifiers": ["left_control"]
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    },
                    {
                        "description": "Hyper+t -> left_command+tab",
                        "manipulators": [
                            {
                                "from": {
                                    "key_code": "t",
                                    "modifiers": { "mandatory": ["left_option", "left_shift", "left_command", "left_control"] }
                                },
                                "to": [
                                    {
                                        "key_code": "tab",
                                        "modifiers": ["left_command"]
                                    }
                                ],
                                "type": "basic"
                            }
                        ]
                    }
                ]
            },
            "devices": [
                {
                    "identifiers": {
                        "is_keyboard": true,
                        "product_id": 53297,
                        "vendor_id": 13364
                    },
                    "ignore": true
                },
                {
                    "identifiers": {
                        "is_keyboard": true,
                        "product_id": 166,
                        "vendor_id": 5426
                    },
                    "ignore": true
                }
            ],
            "virtual_hid_keyboard": { "keyboard_type_v2": "ansi" }
        }
    ]
}