From 5011b05820b0d979c6bd82ac34ee4fc365ca50ae Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:50:03 +0900 Subject: modified karabiner/karabiner.json --- mac/.config/karabiner/karabiner.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/mac/.config/karabiner/karabiner.json b/mac/.config/karabiner/karabiner.json index 6fc3103..4a98cea 100644 --- a/mac/.config/karabiner/karabiner.json +++ b/mac/.config/karabiner/karabiner.json @@ -74,6 +74,19 @@ }, "ignore_vendor_events": true } + { + "identifiers": { "is_keyboard": true }, + "simple_modifications": [ + { + "from": { "key_code": "left_command" }, + "to": [{ "key_code": "left_option" }] + }, + { + "from": { "key_code": "left_option" }, + "to": [{ "key_code": "left_command" }] + } + ] + } ], "name": "Default profile", "selected": true, -- cgit v1.2.3