add patch for CTRL+TAB

This commit is contained in:
Liz3 (Yann HN) 2023-12-03 21:50:24 +01:00
parent d097e35743
commit 0dc3a76438

View File

@ -565,7 +565,10 @@ static const NSRange kEmptyRange = { NSNotFound, 0 };
[self interpretKeyEvents:@[event]]; [self interpretKeyEvents:@[event]];
} }
- (BOOL)_wantsKeyDownForEvent:(NSEvent*)event {
// COPIED FROM https://bugreports.qt.io/browse/QTBUG-8596
return YES;
}
- (void)flagsChanged:(NSEvent *)event - (void)flagsChanged:(NSEvent *)event
{ {
int action; int action;