Rhino 9 bug in RhinoApp.KeyboardEvent

When the button is pressed, it enters a loop. ! This works for any of the buttons. @dale

@taraskydon - what am I supposed to do with this?

TestSphereOnObject.zip (193.2 KB)

I wrote a test project , Please check in Rhino 9. @dale @Gijs

TestSphereOnObject.rhp (10.5 KB) command TestSphereOnObject + hot Key E / Q

I ran some tests. Everything works perfectly on macOS. This bug only occurs on Windows R9.
For now, I’ve fixed the issue in my code by using Environment.TickCount to break the loop.

But I hope a fix will be next released.