My menu item's shortcut key doesn't work
I add a shortcut key "Ctrl + Alt + C" for my own menu item using the statement
sAIMenu->SetItemCmd(menuItem,
'C',kMenuItemCmdControlModifier|
kMenuItemCmdOptionModifier);
I can see the string "Ctrl + Alt + C" display on the right side of my own menu item after launch the illustrator .I wish to pop up a dialog after I press the keys,but nothing happens.I think if I should add more codes to make the shortcut key work,may be some notificaiton?
