Open
Description
The "key pressed" dropdown is missing some keys that make it lack a lot of potential.
While keys like "control" and "command" are best left out because they have browser behavior, the following keys don't mess with the browser, and would be useful for typewriter (custom input) and game projects:
- Shift (Useful general-purpose modifier key. No browser behavior.)
- Enter (Frequently used for selecting options in keyboard-based UI.)
- Backspace (Useful in typewriter projects or as a "back" button.)