Am 31.07.2012 um 13:15 schrieb Arnaud Nicolet <[email protected]>: > NSLMShowMainWindow.CreateMenuItem(CstStrShowManagerWindow,"F6") > NSLMShowMainWindow.keyEquivalentModifierMask=1048576
Well, for the keyEquivalentModifierMask, you may need to include NSFunctionKeyMask (defined in NSEventMBS class). And also there is defined NSF6FunctionKey which may be the code to use. But I actually never tried it. Greetings Christian -- Check out the Omega Bundle: http://www.omegabundle.com/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
