Greetings, The keyboard equivalent of one of my NSMenuItems is Command-F6. The menu item is shown in a StatusItem. However, I can't seem to define the shortcut so it appears in the menu item.
This works: NSLMShowMainWindow.CreateMenuItem(CstStrShowManagerWindow,"6") NSLMShowMainWindow.keyEquivalentModifierMask=1048576 but is not what I want (it shows Command-6). This doesn't work: NSLMShowMainWindow.CreateMenuItem(CstStrShowManagerWindow,"F6") NSLMShowMainWindow.keyEquivalentModifierMask=1048576 and is what I want. Any idea? _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
