cocos-engine icon indicating copy to clipboard operation
cocos-engine copied to clipboard

Error when expanding custom shortcut keys

Open smallmain opened this issue 1 year ago • 0 comments

Cocos Creator version

3.8.2 beta

System information

MacOS

Issue description

package.json:

    "shortcuts": [
      {
        "message": "restart_editor",
        "win": "ctrl+shift+r",
        "mac": "cmd+shift+r"
      }
    ]

engine logging: raw shortcut "shift+cmd+r" already exists in package "xxx" in edtior: image image Clicked "Remove" button but unable to remove. The message was changed once during this period, so there is an invalid item.

Relevant error log output

No response

Steps to reproduce

.

Minimal reproduction project

No response

smallmain avatar Jan 14 '24 02:01 smallmain