ui/app: (macOS) suppress key shortcuts beeps

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-05-16 09:57:45 +02:00
parent 44e02786c6
commit 25ba53ea51
+4
View File
@@ -96,6 +96,10 @@ CVDisplayLinkRef displayLink;
const char *utf8 = [string UTF8String];
gio_onText((__bridge CFTypeRef)self, (char *)utf8);
}
- (void)doCommandBySelector:(SEL)sel {
// Don't pass commands up the responder chain.
// They will end up in a beep.
}
@end
CFTypeRef gio_createGLView() {