From c67dd2dbe9732ad91b8ec844eee3b7daa5c98ad4 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 15 Apr 2022 11:08:05 +0200 Subject: Clear karabiner config --- config/karabiner/karabiner.json | 43 +---------------------------------------- 1 file changed, 1 insertion(+), 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": [ -- cgit