KeyboardInputEvent Object extends InputEvent
- typestring - The type of the event, can be- rawKeyDown,- keyDown,- keyUpor- char.
- keyCodestring - The character that will be sent as the keyboard event. Should only use valid Accelerator key codes.