This method is called when a key has been typed (pressed and released). See the {@code sample.Interactive} robot for an example of how to usekey events.
@param event holds details about current event
@see java.awt.event.KeyListener#keyTyped(KeyEvent)
@see #onKeyPressed(KeyEvent)
@see #onKeyReleased(KeyEvent)
@since 1.3.4
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.