Adding newLineOnEnter in demo

This commit is contained in:
Francisco Hodge 2018-04-30 10:37:09 -04:00
parent d407413cce
commit c7eb4ba4d3

View File

@ -13,7 +13,8 @@ class App {
debug: true, debug: true,
layoutName: this.layoutName, layoutName: this.layoutName,
onChange: input => this.onChange(input), onChange: input => this.onChange(input),
onKeyPress: button => this.onKeyPress(button) onKeyPress: button => this.onKeyPress(button),
newLineOnEnter: true
}); });
this.keyboard.setInput("Hello World!"); this.keyboard.setInput("Hello World!");