diff --git a/Source/OpenTK/Platform/MacOS/CarbonGLNative.cs b/Source/OpenTK/Platform/MacOS/CarbonGLNative.cs index a9cf8f81..c6453f7b 100644 --- a/Source/OpenTK/Platform/MacOS/CarbonGLNative.cs +++ b/Source/OpenTK/Platform/MacOS/CarbonGLNative.cs @@ -379,13 +379,7 @@ namespace OpenTK.Platform.MacOS { case KeyboardEventKind.RawKeyRepeat: if (InputDriver.Keyboard[0].KeyRepeat) - { - // Repeat KeyPress events until KeyUp - if (!Char.IsControl(mKeyPressArgs.KeyChar)) - { - OnKeyPress(mKeyPressArgs); - } - } + goto case KeyboardEventKind.RawKeyDown; break; case KeyboardEventKind.RawKeyDown: