Stenography: Difference between revisions

From The Toaq Wiki
(initial article)
 
m (describe it a little)
Line 1: Line 1:
[[User:Lynn]] created a stenography layout for Toaq.
This page describes a '''machine stenography layout''' for Toaq, created by [[User:Lynn]]. This lets you write Toaq words one syllable at a time using a steno keyboard and software like [https://www.openstenoproject.org/plover/ Plover].


== How it works ==
== How it works ==

Revision as of 03:17, 30 October 2023

This page describes a machine stenography layout for Toaq, created by User:Lynn. This lets you write Toaq words one syllable at a time using a steno keyboard and software like Plover.

How it works

Keyboard layout
S T P H a e m 3
K W R o u q 2
  + O   E U  

The layout is built for writing one raku at a time. The leftmost seven keys write initial consonants:

b c ch d f g h j k l m n nh p r s sh t z
PW KR KH TK TP TKPW H SKWR K HR PH TPH KWR P R S SH T W KW

The thumbs write the first vowel of the raku, but never falling diphthongs.

a e ı o u
(nothing) E EU O U

The right-hand vowels labeled in lowercase are used for writing diphthongs.

-a -e -o -u ao
a e eu o u aoeu ao ae ou

Some examples:

ka ke kıa kaı koe keo keı kıe kıeı koao
K KE KEU KEUa Kaoeu KOe KEo Kae KEUe KEUae KOao

The + key suppresses a space before syllable, allowing you to write compounds: HU/P+EU is hupı.

The q and m keys add a coda to the syllable.

The right pinky chooses the tone: 2 adds rising tone and 3 adds glottal tone. Pressing them both adds hiatus tone.

To write the syllable a, press a. To add an underdot beneath the syllable you just typed, press u. A more convenient way to write prefixes involves briefs, like PW*E for bẹ.

How to use it

The layout is implemented as a Plover dictionary, where the -FRPBLGTS keys correspond to the -aoeumq32 keys. The -DZ keys aren't used.

For Plover users: install the plover-python-dictionary plugin from the Plugin Manager, then add toaq-steno.py.

Embedded steno users can install the JSON version. You won't be able to write underdots unless you use briefs.

Briefs

You can add your own briefs on top of the theory. Here's a small example to get you started.

{
    "TP-PL": "{.}",
    "TP-BG": "{!}",
    "KW-PL": "{?}",
    "KW-BG": "{,}",

    "WR*": "{&ꝡ}",
    "PH*U": "mụ{^}",
    "PW*U": "bụ{^}",
    "PW*E": "bẹ{^}",
    "KWR-F": "nhána",
    "STPHAG": "níchaq"
}