From 43fa666cff3d48edf8ffd7a9cc7e275d512d6507 Mon Sep 17 00:00:00 2001 From: afranco Date: Mon, 16 Mar 2026 12:56:15 +0000 Subject: [PATCH] feat(karabiner-elements): housekeeping --- .config/karabiner/karabiner.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" }] } ] },