{
"description": "在 Chrome 中切换左 Control 和左 Command",
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome$",
"^com\\.microsoft\\.Edge"
],
"type": "frontmost_application_if"
}
],
"from": { "key_code": "left_command" },
"to": [{ "key_code": "left_control" }],
"type": "basic"
},
{
"conditions": [
{
"bundle_identifiers": [
"^com\\.google\\.Chrome$"
],
"type": "frontmost_application_if"
}
],
"from": { "key_code": "left_control" },
"to": [{ "key_code": "left_command" }],
"type": "basic"
}
]
}