diff options
Diffstat (limited to 'mac')
| -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, |
