Skip to main content
rob art | illustration
Known Participant
January 27, 2026
Question

UXP Shortcuts not working

  • January 27, 2026
  • 0 replies
  • 3 views

While developing a UXP Plugin I required to add some keyboard shortcuts. I used the correct setup described in the manifest recommendations (this is the Adobe exmaple, not my usage):

"shortcut": {
"mac": "Cmd+Shift+P",
"win": "Ctrl+Shift+P"
}

However, when called they don't work. Any clues to what I am doing wrong?