codefrau / SqueakJS

A Squeak Smalltalk VM in Javascript
https://squeak.js.org
MIT License
372 stars 76 forks source link

Modifier keys stuck #3

Closed codefrau closed 9 years ago

codefrau commented 10 years ago

When you cmd-tab away from Squeak, it gets the cmd-keydown event but not the cmd-keyup. So when returning it still thinks the cmd key is pressed, so you have to press cmd again.

I guess we need to also fetch the modifier key state from the event, not just look for keydown/keyup.

codefrau commented 9 years ago

Fixed a while ago.