BangleApps/apps/kbmulti/README.md

18 lines
741 B
Markdown
Raw Normal View History

2022-05-05 20:16:06 +00:00
# Multitap Keyboard
A library that provides the ability to input text in a style familiar to anyone who had a mobile phone before they went all touchscreen.
2022-05-10 19:20:43 +00:00
Swipe right for Space, left for Backspace, and up/down for Caps lock. Tap the '?' button in the app if you need a reminder!
At time of writing, only the [Noteify app](http://microco.sm/out/Ffe9i) uses a keyboard.
2022-05-05 20:16:06 +00:00
Uses the multitap keypad logic originally from here: http://www.espruino.com/Morse+Code+Texting
2022-05-06 07:37:50 +00:00
![](screenshot_1.png)
![](screenshot_2.png)
2022-05-15 10:19:29 +00:00
![](screenshot_3.png)
2022-05-05 20:16:06 +00:00
2022-05-10 19:20:43 +00:00
Written by: [Sir Indy](https://github.com/sir-indy) and [Thyttan](https://github.com/thyttan)
2022-05-15 10:19:29 +00:00
For support and discussion please post in the [Bangle JS Forum](http://forum.espruino.com/microcosms/1424/)