ftp.nice.ch/pub/next/developer/objc/appkit/Starter.1.1.s.tar.gz#/Starter1.1/STCommandView.m

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.