From 978f31411d87486f133fca51efb958da58608fe3 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Tue, 14 Apr 2026 21:24:07 -0400 Subject: [PATCH] feat: external keyboard mappings --- config/karabiner/karabiner.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json index 06e1b5b..c65b57a 100644 --- a/config/karabiner/karabiner.json +++ b/config/karabiner/karabiner.json @@ -311,6 +311,33 @@ } ] }, + "devices": [ + { + "identifiers": { + "is_keyboard": true, + "product_id": 911, + "vendor_id": 1008 + }, + "simple_modifications": [ + { + "from": { "key_code": "left_option" }, + "to": [{ "key_code": "left_command" }] + }, + { + "from": { "key_code": "left_command" }, + "to": [{ "key_code": "left_option" }] + }, + { + "from": { "key_code": "right_option" }, + "to": [{ "key_code": "right_command" }] + }, + { + "from": { "key_code": "right_command" }, + "to": [{ "key_code": "right_option" }] + } + ] + } + ], "name": "Default profile", "selected": true, "virtual_hid_keyboard": {