hyperbrew / bolt-cep

A lightning-fast boilerplate for building Adobe CEP Extensions in React, Vue, or Svelte built on Vite + TypeScript + Sass
MIT License
296 stars 41 forks source link

KeyInterest not working #129

Open jameslockman opened 4 months ago

jameslockman commented 4 months ago

While not caused by BOLT, this is an issue. While BOLT attempts to register key interest for all keystrokes, this does not seem to work for arrow keys in particular. This is a known issue with Adobe CEP. Perhaps there's a better way to ensure that specific keystrokes get caught by the CEP extension?

jeon1989 commented 1 month ago

Have you found a solution?