diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-04-15 09:14:22 +0000 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-04-15 09:14:22 +0000 |
| commit | 14a899db10b88c5e4800e34dc208a0ce3b624dcd (patch) | |
| tree | ea0b2f3d7e475a3ec2027e84b44d319965f6b94c /config | |
| parent | 071e5a5319b45799c866af9113f6d47b10d81e4e (diff) | |
| parent | 086f96e45c174eaf53a2cbae7d60554a66e44c74 (diff) | |
Merge branch 'main' of gitlab.com:rbdr/dotfiles
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": [ |