[FR] Allow plugin developers to override delete key in their custom tools

As with all the keys except Ctrl, Shift, and Alt, the keyboard shortcuts set in preferences takes precedence over the tool onKeyDown event. In fact the short cut ‘swallows’ the input and the onKeyDown/onKeyUp event is never fired. I did verify that removing the delete key shortcut does allow the tool to consume the delete key press.

1 Like