在 Chrome 中切换左 Control 和左 Command",

{
    "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"
        }
    ]
}

 

 
posted @ 2026-09-08 12:00  视觉书虫  阅读(10)  评论(0)    收藏  举报