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

keyDown

open fun keyDown(keycode: Int): Unit

Overrides ISikuliRegion.keyDown

Presses a specific key.

Parameters

keycode - The key to press.

open fun keyDown(keys: String): Unit

Overrides ISikuliRegion.keyDown

Presses the keys specified by the string.

Parameters

keys - Keys to be pressed.