skrypton-api / com.waicool20.skrypton.sikulix / ISikuliRegion / keyDown

keyDown

abstract fun keyDown(keycode: Int): Unit

Presses a specific key.

Parameters

keycode - The key to press.

abstract fun keyDown(keys: String): Unit

Presses the keys specified by the string.

Parameters

keys - Keys to be pressed.