Please add detection of other keys

Shift, Control, Tab, ,, ., /, ;, ', [, ], , -, =, #, Alt, `, Esc.
Why not?

I think they can also call functions from browser or window's itself.

these keys:

can be detectable using the id (untitled script pic(39)) block put into the key () pressed? block. the ~ key is sticky, meaning it will report true until you press it again. the esc key cannot be detected, and the others (except for tab) are sticky.

Thanks for pointing this out. :slight_smile:

you're welcome!

Most of these are achievable using join
image
You can't detect ctrl because of a js bug, but all the others work fine.

thats basically what I said

untitled script pic (68)
untitled script pic (69)

escape

The id block can only have a number typed (or an expression dragged) in it.

oh, right.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.