macOS:如何将 `command-e` 映射到 Powerpoint 中的 `End` 键

问题描述

我正在尝试将 command-e 绑定到 End 中的 Powerpoint app 键。认情况下,当我按 commend-e 时,powerpoint 会创建一个项目并插入标签。我尝试使用 this answer 执行以下方法,但它不起作用。它可能有什么问题,我该如何解决

{
    "description": "Microsoft Unmap command-E","manipulators": [
        {
            "conditions": [
                {
                    "bundle_identifiers": [
                        "^com\\.microsoft\\.Powerpoint$"
                    ],"type": "frontmost_application_if"
                }
            ],"from": {
                "key_code": "e","modifiers": {
                    "mandatory": [
                        "command"
                    ],"optional": [
                        "caps_lock","option"
                    ]
                }
            },"to": [
                {
                    "key_code": "home"
                }
            ],"type": "basic"
        }
    ]
}

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)