Skip to content

Instantly share code, notes, and snippets.

@crides
Created September 25, 2020 03:21
Show Gist options
  • Select an option

  • Save crides/275a43348e86af85d976e01a9c4f0ea1 to your computer and use it in GitHub Desktop.

Select an option

Save crides/275a43348e86af85d976e01a9c4f0ea1 to your computer and use it in GitHub Desktop.

Singles

S   ->  is
T   ->  it
K   ->  can
P   ->  about
W   ->  with
H   ->  had
R   ->  are
O   ->  to (actually a misstroke, but)
*   ->  [UNDO]
E   ->  he
U   ->  you
-F  ->  of
-R  ->  are
-B  ->  be
-G  ->  -ing (it's "ing" without spaces)
-T  ->  the
-S  ->  (e)s (makes things plural)

Doubles

SK  ->  ask
SR  ->  have (SR is also V)
ST  ->  is it
S-T ->  is the
TK  ->  did
TO  ->  to
TP  ->  if
T-S ->  it's
KO  ->  could
KP  ->  examine
KR  ->  consider
KW  ->  request
K-R ->  consider
K-P ->  company
K-T ->  account
PW  ->  about
WO  ->  would
WR  ->  were
HR  ->  will
R-R ->  [RETURN, and capitalize next word]
EU  ->  I (the word)
OE  ->  owe
-BG ->  being
-BL ->  -able
-FR ->  ever

Fingerspell

These strokes plus * is lowercase (glued) letter, plus * and -P is Uppercase (glued) letter

Left side single keys or vowels (thumbs) would produce what they are, e.g. S* -> s.

TP      ->  f
TK      ->  d
PW      ->  b
KW      ->  q
KR      ->  c
HR      ->  l
KP      ->  x
EU      ->  i
STKPW   ->  z

Punctuation

KW-BG   ->  ,
TP-PL   ->  .
TP-BG   ->  ! (F*cK, TP is F, BG is K :))
KW-PL   ->  ? (Question Mark, KW is Q, PL is M)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment