BangleApps/apps/kbmorse
qucchia 9c05a142c0 Fix ‘kbmorse’ 2022-07-23 11:10:49 +02:00
..
ChangeLog Fix ‘kbmorse’ 2022-07-23 11:10:49 +02:00
README.md kbmorse: new keyboard, for the Bangle.js 1 2022-05-09 20:56:24 +02:00
app.png kbmorse: new keyboard, for the Bangle.js 1 2022-05-09 20:56:24 +02:00
demo.gif kbmorse: new keyboard, for the Bangle.js 1 2022-05-09 20:56:24 +02:00
lib.js Fix ‘kbmorse’ 2022-07-23 11:10:49 +02:00
metadata.json Fix ‘kbmorse’ 2022-07-23 11:10:49 +02:00
screenshot.png kbmorse: new keyboard, for the Bangle.js 1 2022-05-09 20:56:24 +02:00

README.md

Morse Keyboard

A library that provides the ability to input text by entering morse code.

demo

Usage

  • Press BTN1 to input a dot, BTN3 to input a dash, and BTN2 to accept the character for your current input.
  • Long-press BTN1 to toggle UPPERCASE for your next character.
  • Long-press BTN2 to finish editing.
  • Tap the left side of the screen for backspace.
  • Swipe left/right to move the cursor.
  • Input three spaces in a row for a newline.

The top/bottom of the screen show which characters start with your current input, so basically you just look which side includes the letter you want to type, and press that button to narrow your selection, until it appears next to BTN2.

For Developers

See the README for kbswipe/kbtouch for instructions on how to use this in your app.