diff --git a/config/macos/karabiner/automatic_backups/karabiner_20251105.json b/config/macos/karabiner/automatic_backups/karabiner_20251105.json new file mode 100644 index 0000000..db0f182 --- /dev/null +++ b/config/macos/karabiner/automatic_backups/karabiner_20251105.json @@ -0,0 +1,15 @@ +{ + "profiles": [ + { + "name": "Default profile", + "selected": true, + "simple_modifications": [ + { + "from": { "key_code": "caps_lock" }, + "to": [{ "key_code": "left_control" }] + } + ], + "virtual_hid_keyboard": { "keyboard_type_v2": "iso" } + } + ] +} \ No newline at end of file diff --git a/config/macos/karabiner/karabiner.json b/config/macos/karabiner/karabiner.json index db0f182..1ca5d53 100644 --- a/config/macos/karabiner/karabiner.json +++ b/config/macos/karabiner/karabiner.json @@ -1,6 +1,25 @@ { + "global": { "show_in_menu_bar": false }, "profiles": [ { + "devices": [ + { + "identifiers": { + "is_keyboard": true, + "product_id": 50475, + "vendor_id": 1133 + }, + "ignore_vendor_events": true + }, + { + "identifiers": { + "is_keyboard": true, + "product_id": 50504, + "vendor_id": 1133 + }, + "ignore_vendor_events": true + } + ], "name": "Default profile", "selected": true, "simple_modifications": [