This is STCommandView.m in view mode; [Download] [Up]
#import "STCommandView.h"
#import "STAppController.h"
@implementation STCommandView
- (BOOL)performKeyEquivalent:(NXEvent *)theEvent
{
return [[NXApp delegate] getInspectorPanelWithScreen:
(theEvent->data.key.charCode)-'1'];
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.