diff --git a/.config/karabiner/karabiner.json b/.config/karabiner/karabiner.json index 7055676..50a70ef 100644 --- a/.config/karabiner/karabiner.json +++ b/.config/karabiner/karabiner.json @@ -964,13 +964,13 @@ { "identifiers": { "is_keyboard": true }, "simple_modifications": [ - { - "from": { "key_code": "right_option" }, - "to": [{ "apple_vendor_top_case_key_code": "keyboard_fn" }] - }, { "from": { "apple_vendor_top_case_key_code": "keyboard_fn" }, "to": [{ "key_code": "left_control" }] + }, + { + "from": { "key_code": "right_option" }, + "to": [{ "apple_vendor_top_case_key_code": "keyboard_fn" }] } ] },