summaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-10-06 13:50:03 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-10-06 13:50:03 +0900
commit5011b05820b0d979c6bd82ac34ee4fc365ca50ae (patch)
tree2175c3556ca14dd44144690dc3a81f6862c97993 /mac
parentb40d1b8c322ce927fdbcb0df1b56ebaf1210cd17 (diff)
modified karabiner/karabiner.json
Diffstat (limited to 'mac')
-rw-r--r--mac/.config/karabiner/karabiner.json13
1 files changed, 13 insertions, 0 deletions
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,