You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Huh. A key code makes little sense on a stroke event. What are the exact semantics for it? Squeak 5.0 did not have that, it was introduced more recently.
SqueakJS does not generate key up/down events, which is the only place where key codes make sense. Key stroke events work, I think they are valid. It looks like something in image event handling (or in your Keyboard Exerciser) assumes there are up/down events.
The keyboard exerciser (from the objects bin > demo) does not work in SqueakJS because many (all?) events from the VM have a keyCode of
0
:The text was updated successfully, but these errors were encountered: