diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-10-06 13:50:03 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-10-06 13:50:03 +0900 |
| commit | 5011b05820b0d979c6bd82ac34ee4fc365ca50ae (patch) | |
| tree | 2175c3556ca14dd44144690dc3a81f6862c97993 | |
| parent | b40d1b8c322ce927fdbcb0df1b56ebaf1210cd17 (diff) | |
modified karabiner/karabiner.json
| -rw-r--r-- | mac/.config/karabiner/karabiner.json | 13 |
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, |
