diff --git a/ui/app/gl_macos.m b/ui/app/gl_macos.m index d039bcf9..5eb8d219 100644 --- a/ui/app/gl_macos.m +++ b/ui/app/gl_macos.m @@ -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() {