73 lines
2.3 KiB
YAML
73 lines
2.3 KiB
YAML
Categories:
|
||
- Writing
|
||
License: GPL-3.0-only
|
||
AuthorName: Aaron Wells
|
||
AuthorWebSite: https://catalyst.net.nz/
|
||
WebSite: https://github.com/agwells/dotdash-keyboard-android/wiki
|
||
SourceCode: https://github.com/agwells/dotdash-keyboard-android
|
||
IssueTracker: https://github.com/agwells/dotdash-keyboard-android/issues
|
||
Changelog: https://github.com/agwells/dotdash-keyboard-android/releases
|
||
|
||
AutoName: DotDash Keyboard
|
||
Description: |-
|
||
A Morse code keyboard, specifically designed for phones with small screens and
|
||
slow CPUs. DotDash uses "untimed" Morse code so that CPU lag or stuttering won’t
|
||
interfere with input. With DotDash you can touchtype, error-free, on most
|
||
Android phones.
|
||
|
||
1. Type a letter by entering its series of dots and dashes 2. Press Space to end
|
||
a letter and move on to the next one 3. Press Space twice to insert a space
|
||
between words 4. Press Delete to clear the letter in progress, or delete the
|
||
last letter typed if there is no letter in progress 5. Type the symbol ".-.-"
|
||
for the Enter key
|
||
|
||
DotDash keyboard includes a Morse code cheat sheet, which can be accessed by
|
||
swiping up off the keyboard. It includes the standard English Morse code
|
||
alphabet, plus custom expansions to encompass most of the keys on a standard
|
||
QWERTY keyboard.
|
||
|
||
Additional features are available in the OS’s keyboard settings screen (under
|
||
"Language & Input" on most Android versions):
|
||
|
||
* A utility keyboard with non-Morse characters and arrow keys, accessible by swiping to the side
|
||
* Toggle auto-capitalization on or off
|
||
* Change the "Enter" symbol between ".-.-" and ".-.-.."
|
||
|
||
RepoType: git
|
||
Repo: https://github.com/agwells/dotdash-keyboard-android.git
|
||
|
||
Builds:
|
||
- versionName: '1.0'
|
||
versionCode: 5
|
||
commit: 62f680e82d56
|
||
|
||
- versionName: 1.1.3
|
||
versionCode: 10
|
||
commit: 89e2418c3d16
|
||
|
||
- versionName: 1.1.4
|
||
versionCode: 11
|
||
commit: c63d479b92d3
|
||
|
||
- versionName: 1.1.5
|
||
versionCode: 12
|
||
commit: 95c0f978a724
|
||
|
||
- versionName: 1.1.6
|
||
versionCode: 13
|
||
commit: 474f3db142e7
|
||
|
||
- versionName: 1.1.7
|
||
versionCode: 14
|
||
commit: version-1.1.7
|
||
target: android-8
|
||
|
||
- versionName: 1.2.1
|
||
versionCode: 17
|
||
commit: version-1.2.1
|
||
|
||
AutoUpdateMode: None
|
||
UpdateCheckMode: Tags
|
||
CurrentVersion: 1.2.1
|
||
CurrentVersionCode: 17
|