What are all possible keys the <key [] pressed> block can detect?

This includes the keys you need the join block to get

Any key on the keyboard, presumably.

i meant the names you can input

Mostly all of the keys, and many free key-binds. I edited the block to not be read-only, and this works well!
Snap! Forums script pic
Everything that can be read from the when [any key V] pressed @addInput::control hat block can be read from the key pressed block, as long as the input in the key pressed is in lowercase.

alt1 Works
alt Works
Snap! Forums script pic (1) Does not work!

so... all js keys but every upercase letter is lowercase

Yes.

You may test keycodes registered by the Snap & OS/Browser.
Start script and press some keys.
keysPressed.3 script pic

Or you could do this.

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