mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 17:52:42 +00:00
move back to NSCommandKey for key equivalents.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5010 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f185b5ac43
commit
3d9af316a8
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ NSApplication *NSApp = nil;
|
|||
case NSKeyDown:
|
||||
{
|
||||
NSDebugLog(@"send key down event\n");
|
||||
if ([theEvent modifierFlags] & NSControlKeyMask)
|
||||
if ([theEvent modifierFlags] & NSCommandKeyMask)
|
||||
{
|
||||
NSArray *window_list = [self windows];
|
||||
unsigned i;
|
||||
|
|
Loading…
Reference in a new issue