From 34eb520236eeeb4eb5417c184541bfb9d0d5efee Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 19 Oct 2025 12:42:04 +0200 Subject: First pass at using a light theme --- config/karabiner/karabiner.json | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'config/karabiner') diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json index 8a77fbc..71b622c 100644 --- a/config/karabiner/karabiner.json +++ b/config/karabiner/karabiner.json @@ -61,7 +61,17 @@ "product_id": 25903, "vendor_id": 3141 }, - "manipulate_caps_lock_led": false + "manipulate_caps_lock_led": false, + "simple_modifications": [ + { + "from": { "key_code": "left_command" }, + "to": [{ "key_code": "left_option" }] + }, + { + "from": { "key_code": "left_option" }, + "to": [{ "key_code": "left_command" }] + } + ] }, { "identifiers": { @@ -79,6 +89,30 @@ "to": [{ "key_code": "grave_accent_and_tilde" }] } ] + }, + { + "identifiers": { + "is_keyboard": true, + "product_id": 41617, + "vendor_id": 1241 + }, + "manipulate_caps_lock_led": false + }, + { + "identifiers": { + "is_consumer": true, + "product_id": 41617, + "vendor_id": 1241 + }, + "ignore": false + }, + { + "identifiers": { + "is_keyboard": true, + "product_id": 32777, + "vendor_id": 44064 + }, + "ignore": true } ], "fn_function_keys": [ -- cgit