Skip to main content
Participating Frequently
September 2, 2023
Answered

¿Why extensions don't have access to short-cuts?

  • September 2, 2023
  • 2 replies
  • 540 views

im working with premiere pro API but what i have seen ¿its not posibble to assign a short cut to a panel when creating extensions?

This topic has been closed for replies.
Correct answer bbb_999

PPro has very few available keyboard shortcuts, and doesn't make them available to CEP extensions. Perhaps your extension could import a workspace (by bringing it in associated with a .prproj) with your extension open, and to which a user could assign a Workspace shortcut. 

2 replies

Justin Taylor-Hyper Brew
Community Expert
Community Expert
September 4, 2023

Not directly unless the user has the panel focused. Some people have made workarounds with global shortcuts and detecting if the app is focused but this is tedious and chnages per OS.

 

I would avoid shortcut-based workflows in CEP panels if possible.

bbb_999
Community Manager
bbb_999Community ManagerCorrect answer
Community Manager
September 3, 2023

PPro has very few available keyboard shortcuts, and doesn't make them available to CEP extensions. Perhaps your extension could import a workspace (by bringing it in associated with a .prproj) with your extension open, and to which a user could assign a Workspace shortcut.