This is a very simple tool which makes a list of keys that Scratch can sense and then checks if one is pressed. If the bear can say the key, then you can use it as a control in one of your games! It could theoretically be used to make a Control Settings page for any project where instead of the bear saying the input, it just stores it to the control settings. It can only accept one input at a time. It could also potentially used to accept typing inputs without using the ask block, but this could cause some issues due to the delay, and only sensing one key at a time. You would also lose useful functions like copy paste! Scratch can sense a lot of keys which aren't on the usual dropdown! I've tried to include all of them here but it's totally possible I've missed some. This project should work with all keys on a typical keyboard, but if your keyboard has a key that the bear can't say please leave a comment and I can try to add it in. If you have a key not in this project, you can also add it to the list under "when green flag pressed" and it should work for your game (as long as Scratch can sense that key) There's also some keys that Scratch can't sense but can be sensed using Turbowarp. These include Escape, Control, Shift, Caps Lock, and quite a handful of others. Interestingly there's still many keys neither of them can use, like Alt, Tab, and Function Keys. I hope you like this code and can figure out a good use for it in your own projects! I did a quick update after release where I replaced my short list of keyboard keys with a longer list of keys that are on common keyboards including obscure or international layouts. It may still not include every possible key that Scratch can sense, and it definitely includes some keys that Scratch can't sense, but it's at least a better list and more likely to work with Scratcher's keyboards all over the world!