mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:30:38 +00:00
Use Control and not Command key for key equivalents.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4999 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f758b19b04
commit
db1caddb14
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] & NSCommandKeyMask)
|
||||
if ([theEvent modifierFlags] & NSControlKeyMask)
|
||||
{
|
||||
NSArray *window_list = [self windows];
|
||||
unsigned i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue