
I have a UserControl which contains a BarManager and a Menu Bar with several commands. Some of these commands have keyboard shortcuts assigned, e.g. Del, Ctrl-C, etc. I am unable to get the shortcuts to trigger. If I however move the same BarManager and Menu Bar to a windows form the shortcuts work. How can I get the shortcuts to work from within a UserControl?