send

fun send(s: String): Boolean

Sends keys to the client, represented in a String, and a new-line at the end. Unicode commands are acceptable input, for example, \t

Return

whether or not the keys were successfully sent.

Parameters

s

the text to send