This commit is contained in:
js0ny 2025-03-13 10:26:35 +00:00
commit d8cdbcb118

View file

@ -1084,6 +1084,10 @@
"from": { "key_code": "delete_or_backspace" },
"to": [{ "key_code": "backslash" }]
},
{
"from": { "key_code": "left_command" },
"to": [{ "key_code": "left_option" }]
},
{
"from": { "key_code": "left_control" },
"to": [{ "key_code": "left_command" }]
@ -1091,10 +1095,6 @@
{
"from": { "key_code": "left_option" },
"to": [{ "apple_vendor_top_case_key_code": "keyboard_fn" }]
},
{
"from": { "key_code": "left_command" },
"to": [{ "key_code": "left_option" }]
}
],
"treat_as_built_in_keyboard": true