Extend simple-keyboard with modules
masterThe core functionality of simple-keyboard can be extended using specialized modules. Available modules include:
- Autocorrect: Provides text correction capabilities.
- Input Mask: Formats input as the user types.
- Key Navigation: Enables navigating between keys.
- Swipe Keyboard: Adds swipe gestures for input.
You can also create your own custom modules by following the instructions on the Modules page.