Type Method
applyShortcut(forIdentifier:to:) applyShortcutForIdentifier:toMenuItem: applyShortcutForIdentifier_toMenuItem_
Declaration
class func applyShortcut(forIdentifier identifier: String, to menuItem: NSMenuItem)Declaration
+ (void) applyShortcutForIdentifier:(NSString *) identifier toMenuItem:(NSMenuItem *) menuItem;Declaration
applyShortcutForIdentifier_toMenuItem_(identifier: str, menuItem: NSMenuItem)