Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de4ed7 commit 7574ed4Copy full SHA for 7574ed4
1 file changed
src/_macosx.m
@@ -5491,8 +5491,6 @@ - (const char*)convertKeyEvent:(NSEvent*)event
5491
[returnkey appendString:@"alt+" ];
5492
if ([event modifierFlags] & NSCommandKeyMask)
5493
[returnkey appendString:@"cmd+" ];
5494
- if ([event modifierFlags] & NSShiftKeyMask)
5495
- [returnkey appendString:@"shift+" ];
5496
5497
unichar uc = [[event charactersIgnoringModifiers] characterAtIndex:0];
5498
NSString* specialchar = [specialkeymappings objectForKey:[NSNumber numberWithUnsignedLong:uc]];
0 commit comments