this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

karabiner: add `is_built_in_keyboard` to custom keybinds

+4 -2
+4 -2
files/karabiner/keybind-helpers.json
··· 13 13 "description": "MacBook internal keyboard", 14 14 "vendor_id": 1452, 15 15 "product_id": 641 16 - } 16 + }, 17 + { "is_built_in_keyboard": true } 17 18 ] 18 19 } 19 20 ], ··· 50 51 "description": "MacBook internal keyboard", 51 52 "vendor_id": 1452, 52 53 "product_id": 641 53 - } 54 + }, 55 + { "is_built_in_keyboard": true } 54 56 ] 55 57 } 56 58 ],