diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-04-15 11:31:09 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-04-15 11:31:09 +0200 |
| commit | fc635b3bee47459ab69662c132cb919f3a846ca1 (patch) | |
| tree | a68f6ae74dfe10d172651e658026be2b3e249d50 /config | |
| parent | f60007b397ce9ad5c2b77392deaf0a4c12f72b3e (diff) | |
| parent | cb36b00f62edd19bda2c41011d6c72b2e235e653 (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": [ |