I have an edit menu with Undo and Redo commands, and have assigned the standard keyboard shortcuts (Command+Z and Shift+Command+Z) but the menu does not respond to these key-presses.
It works with Command(Meta)+A etc, or Shift+Z etc, but just not with Command+Z and Shift+Command+Z.
I also do not seem to be able to receive an OnKeyDown messages with those key presses either.
I have attached a sample program which has 3 menu items with Command+Z, Command+A and Shift+Z shortcuts.
This works in Carbon, but not Cocoa.
Any ideas??