mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
Merge branch 'master' of github.com:gnustep/libs-gui
This commit is contained in:
commit
a658a82ba9
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ static NSString *commandKeyString = @"#";
|
|||
else
|
||||
{
|
||||
// shift mask and not an upper case string?
|
||||
shift = (m & NSShiftKeyMask) & ![key isEqualToString: ucKey];
|
||||
shift = (m & NSShiftKeyMask) && ![key isEqualToString: ucKey];
|
||||
key = [NSString stringWithFormat:@"%@%@%@%@%@",
|
||||
(m & NSControlKeyMask) ? controlKeyString : @"",
|
||||
(m & NSAlternateKeyMask) ? alternateKeyString : @"",
|
||||
|
|
Loading…
Reference in a new issue