skrypton-api / com.waicool20.skrypton.sikulix.input / SKryptonRobot / keyDown
keyDown
fun keyDown(code: Int): Unit
Presses key with the given code.
Parameters
code
- Key to press.
fun keyDown(keys: String): Unit
Presses keys specified in a string.
Parameters
keys
- Keys to press.