From e8efa62eb48323c8b14beb585db92f40bfcea69d Mon Sep 17 00:00:00 2001 From: Ashlynne Mitchell Date: Tue, 16 Dec 2025 04:47:31 +0000 Subject: [PATCH] karabiner: add `is_built_in_keyboard` to custom keybinds --- files/karabiner/keybind-helpers.json | 6 ++++-- 1 file(s) changed, 4 insertion(s)(+), 2 deletion(s)(-) diff --git a/files/karabiner/keybind-helpers.json b/files/karabiner/keybind-helpers.json --- a/files/karabiner/keybind-helpers.json +++ b/files/karabiner/keybind-helpers.json @@ -13,7 +13,8 @@ { "description": "MacBook internal keyboard", "vendor_id": 1452, "product_id": 641 - } + }, + { "is_built_in_keyboard": true } ] } ], @@ -50,7 +51,8 @@ { "description": "MacBook internal keyboard", "vendor_id": 1452, "product_id": 641 - } + }, + { "is_built_in_keyboard": true } ] } ], -- tangled.sh