Keyboard Shortcuts
I am trying to set a keyboard shortcut for the menu item that displays our plug-in, but it doesn't work in Windows (it works on the Mac just fine). Is this a known issue?
sAIMenu->SetItemCmd(showPluginEdit, 'U', kMenuItemCmdOptionModifier | kMenuItemCmdControlModifier);
I verified that this shortcut isn't already in use by Illustrator, and I have tried all different flavors of modifiers. The shortcut shows up correctly in the menu itself, but the GoMenuItem never gets called.