Focus Settings
After the editor is loaded in the browser, you can specify focus on the editing area so that input is immediately possible.
Use the editor.initFocus setting to configure whether to set focus. (default: true)
// synapeditor.config.js
{
'editor.initFocus': true
}