mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 16:12:17 +00:00
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:
parent
61691b8689
commit
0f85f9390c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue