Disable Corel shortcuts from the source code

Hello all,

I have a problem that Corel steals the TextChanged or KeyDown events of a non-modal window.

They are stolen because in Corel the shortcuts for certain keys are active. As soon as the shortcuts for the respective key are deleted, the events work again.

The window is a wpf window which is open from a docker/addon via Show() method.

Do you have a solution for this?

Thanks a lot in advance.

David