I'm developing a simple drawing application in Java. I'm restricted to using an AWT MenuBar (Not JMenuBar), and I need to set a few keyboard shortcuts and I can't find how to do so. I need shortcuts for two MenuItems and for three CheckBoxMenuItems.
It would go something like this:
newItem = Ctrl+N
quitItem = Ctrl+Q
rectangleItem = Ctrl+R
ovalItem = Ctrl+O
lineItem = Ctrl+L