interpret char from the view and send them to the debugger std in

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27394 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2008-12-22 00:39:45 +00:00
parent 61691b8689
commit 0f85f9390c

View file

@ -11,7 +11,7 @@
debugger = theDebugger;
}
/** respond to key equivalents which are not bound do menu items */
/** respond to key events and pipe them down to the debugger */
-(BOOL)performKeyEquivalent: (NSEvent*)theEvent
{
NSString *chars;