case "onKeyPress":
                this.editor.on("keypress", function(e, r) {
                  t.props.onKeyPress(t.editor, r)
                })
                break