Keyboard layouts
You can save the keyboard as a layout and reuse it.
Why do you need to use keyboard layouts?
If you have a reusable keyboard (like a menu back button), you can export it as a layout and reuse it on other keyboards in different files
Create keyboard layout
You can simply create a Keyboard class instance and export it
menu.keyboard.ts
Use keyboard layout
To use keyboard layout, just call .use
Keyboard method
.use method takes argument: layout you want to use (Keyboard class instance)
app.controller.ts
Last updated