Turbo Mode, Activate! My attempt to create a word processor project that can type what you type, up to the limits Scratch programming gives. You can italicize or whatever and underline the text you type, and change margins and spacing. Of course, there is no sensor for shift or enter or delete etc, so I had to improvise: Arrow Key Substitute controls: Up - press to shift for next key, or hold for one second to enable CAPSLOCK, or disable shift/CAPSLOCK if it is already enabled. When enabled, it will type capital letters and the symbols of the number keys. Down - Since Scratch has no sensor for symbols like a period or question mark, this has an ask menu that lets you input the symbol you want. Left - Deletes a letter at first, and if held for half a second, will continue deleting. Fixed. Right - substitutes the "Enter" button. If you get to the bottom of the page, it will reset the text on screen, but not the text written.