scratchfoundation / scratch-vm

Virtual Machine used to represent, run, and maintain the state of programs for Scratch 3.0
http://scratchfoundation.github.io/scratch-vm/
BSD 3-Clause "New" or "Revised" License
1.22k stars 1.52k forks source link

Reconsider special keys allowed in Keyboard.prototype._scratchKeyToKeyCode #340

Open tmickel opened 7 years ago

tmickel commented 7 years ago

Moving from TODO comment:

So far the list includes space and the arrow keys. We could expand these to include other special keys where the value is guaranteed to be platform-independent (if they exist).

I would be cautious about this: http://unixpapa.com/js/key.html - but it looks like some things have gotten better recently.

SillyInventor commented 7 years ago

It seems like there is enough consistency to add the following keys:

I'd like to add these in, let me know if that's something you want.