I have a problem with a BarItem''s shortcut set to the DEL key.
If I do this, my TextBox controls in the same form do not accept the DEL key anymore. I have the same problem with other shortcuts, that the focused control understands as well.
Of course, shortcuts should not avoid controls having the focus to work correctly. First the control having the focus should handle the key and then the BarItem can do its work.
Can I somehow avoid this unwanted behaviour?