----- Background info/How this works ----- I recently had an idea for a project but I realised that it would be impossible to make without being able to detect the enter key. At that point I practically gave up the idea but then I remembered something; in most blocks that have a drop down box you can add an operator block. That got me thinking so I decided to try adding a join "enter" to "" and put it in the key (select key) pressed block and what d'ya know... it worked! I then wondered if I could do this with any key so I tried it, there are a few exceptions such as; ctrl, shift, tab, caps lock, backspace and any of the f1-12 keys but pretty much all the rest worked! I decided to make this project because lot's of people don't know this and would probably find this very useful and despite being very simple it works really well. ----- Features ----- - Can detect the following special keys; ~, `, !, @, #, $, %, ^, &, *, (, ), -, _, +, =, [, ], {, }, \, |, ;, :, ', ", <, >, enter, ?, ., /, , space. - Can detect numbers as well as both uppercase and lowercase letters although Scratch is not case sensitive when sensing alphabetical keys pressed. ----- Credits ----- - @Matt-DESTROYER (Do I really need to tell you who that is?)