fix(karabiner): fix new behaviour in macos 26 of fn key

This commit is contained in:
2025-10-14 02:12:45 +01:00
parent fdcb1a41a1
commit 7b5100c2e8

View File

@@ -967,6 +967,10 @@
{
"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" }]
}
]
},