enum class Key
Represents a keyboard key, see here for more information.
val code: Long
The keyboard code which is assigned to this key. |
fun fromSikuliKeyCode(code: Int): Key
Gets the corresponding Key from the type of java.awt.event.KeyEvent given. |
|
fun getForCode(code: Long): Key
Finds a Key with the given code. |