How to disable edit keyboard shortcut

Hi Team,

When i select a shape, and press on ‘E’ then i am able to edit the label of that shape.
Can you please tell me how can i disable this keyboard shortcut.

Thanks,
Madhu

Do want to keep the other keyboard bindings?

yes.I want to keep other keyboard shortcuts and want to deactivate ‘E’ shortcut.

Thanks,
Madhu

You can disable the keyboard binding by overriding it with a keyboard binding for the same key that does nothing.

Here’s a full example: https://codesandbox.io/s/bpmn-js-resize-tasks-2y2jd

Thank You very much!!!