fun fromSikuliKeyCode(code: Int): Key
Gets the corresponding Key from the type of java.awt.event.KeyEvent given.
code - The java.awt.event.KeyEvent
code
Return Corresponding Key, if no mapping was found then Key_unknown is returned