This sketch: ```java void setup() { fullScreen(); openKeyboard(); } void draw() { background(0); } ``` does not open the keyboard.