var minisrv_service_file = true; var settings_obj = session_data.getSessionData("wtv-setup"); if (settings_obj === null) settings_obj = {}; headers = `200 OK Connection: Keep-Alive wtv-expire-all: wtv- wtv-expire-all: http Content-Type: text/html` data = ` Keyboard settings
Keyboard
Choose the kind of keyboard that should appear on your screen.

Alphabetical


`; if (settings_obj['setup-keyboard'] == "standard") { data += ''; } else { data += ''; } data += ` Traditional

`;