Methods
setInput
Set the keyboard’s input. Useful if you want to track input changes made outside simple-keyboard.
// For default input (i.e. if you have only one)
keyboard.setInput("Hello World!");
// For specific input
// Must have been previously set using the "inputName" prop.
keyboard.setInput("Hello World!", "myInputName");