diff --git a/src/demo/App.js b/src/demo/App.js index 3a83b6a0..d93c4375 100644 --- a/src/demo/App.js +++ b/src/demo/App.js @@ -13,7 +13,8 @@ class App { debug: true, layoutName: this.layoutName, onChange: input => this.onChange(input), - onKeyPress: button => this.onKeyPress(button) + onKeyPress: button => this.onKeyPress(button), + newLineOnEnter: true }); this.keyboard.setInput("Hello World!");