Keyboard Shorcuts not Working

,

Hi,

I have a command in my manifest that I would like to assign a keyboard shortcut to:

{
  "type": "command",
  "id": "selectAbove",
  "label": {
    "default": "Select Layer Above"
  },
  "shortcut": { "mac": "Cmd+Ctrl+Shift+A", "win": "Ctrl+Alt+Shift+A" }
},

The command works but the keyboard shortcut does not show up and does not execute.

In the manifest 4 it says this should work:
https://developer.adobe.com/photoshop/uxp/2022/guides/uxp_guide/uxp-misc/manifest-v4/#keyboard-shortcuts

Am I missing something?

Thans

from your link

Keyboard shortcuts

Shortcuts are not yet available for plugins

Thanks I missed that as it says above how to do it.