Skip to main content
Participant
July 25, 2022
Answered

fire a key combination event from the extension screen/plugin panel

  • July 25, 2022
  • 1 reply
  • 196 views

Hello people!

 

I am looking to do the following with my window extension panel on photoshop.

This is written using CEP.

 

- Fire a keyboard shortcut when the panel is not focused (or closed)

- Register opening/closing and other events to actions (right now anything an extension does is not registered)

 

Alternatively I could attach a script to a shortcut and have it manipulate my extension, but how would I target my extension in this way?

 

Any help would be appreciated!

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer erinferinferinf

Here's how to register interest in keyboard events.

 

There's also a table of other events here.

 

You might want to check the same guide for documentation on invisible CEP extensions... that might cover your first use case.

 

1 reply

erinferinferinf
Adobe Employee
erinferinferinfCorrect answer
Adobe Employee
July 26, 2022

Here's how to register interest in keyboard events.

 

There's also a table of other events here.

 

You might want to check the same guide for documentation on invisible CEP extensions... that might cover your first use case.