you can say...

Key.RIGHT
Key.LEFT
Key.SPACE
Key.TAB
...
and so on, but what if you want to use letters from the keyboard? do u put in the ASCII character codes or what???
writing Key.a or Key.'a' or Key."a" or Key.<a> just gives an error.

there's gotta be a simple way of using keys on the keyboard without pausing for an input then having to write out arrays and then a massive set of if staments.

as always, any help is cool even if it isn't much.
thnx