open fun keyDown(keycode: Int): Unit
Overrides ISikuliRegion.keyDown
Presses a specific key.
keycode - The key to press.
keycode
open fun keyDown(keys: String): Unit
Presses the keys specified by the string.
keys - Keys to be pressed.
keys