diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-04-15 11:08:05 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-04-15 11:08:05 +0200 |
| commit | c67dd2dbe9732ad91b8ec844eee3b7daa5c98ad4 (patch) | |
| tree | 80df66e473f25abc80c8d871e059750bd7bbcda9 /config | |
| parent | 1131e293345f98bdd4bd6b7592b759b8572c34f8 (diff) | |
Clear karabiner config
Diffstat (limited to 'config')
| -rw-r--r-- | config/karabiner/karabiner.json | 43 |
1 files changed, 1 insertions, 42 deletions
diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json index d792efc..360dd8c 100644 --- a/config/karabiner/karabiner.json +++ b/config/karabiner/karabiner.json @@ -93,48 +93,7 @@ }, "ignore": false, "manipulate_caps_lock_led": false, - "simple_modifications": [ - { - "from": { - "key_code": "application" - }, - "to": [ - { - "key_code": "right_option" - } - ] - }, - { - "from": { - "key_code": "left_command" - }, - "to": [ - { - "key_code": "left_option" - } - ] - }, - { - "from": { - "key_code": "left_option" - }, - "to": [ - { - "key_code": "left_command" - } - ] - }, - { - "from": { - "key_code": "right_option" - }, - "to": [ - { - "key_code": "right_command" - } - ] - } - ] + "simple_modifications": [] } ], "fn_function_keys": [ |