Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

Commit

Permalink
use original alphabet designed by lunixbochs to improve phonetic dive…
Browse files Browse the repository at this point in the history
…rsity

far too close to four
dip sounds too much like zip
gone/mad replaced with less "sad" words
  • Loading branch information
2shea committed Nov 12, 2019
1 parent c9aaf3a commit 80eb21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/basic.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from talon.voice import Context, Str, press
import string

alpha_alt = "air bat cap dip each far gone harp sit jury crunch look mad near odd pit quench red sun trap urge vest whale plex yank zip".split()
alpha_alt = "air bat cap drum each fine gust harp sit jury crunch look made near odd pit quench red sun trap urge vest whale plex yank zip".split()

f_keys = {f"F {i}": f"f{i}" for i in range(1, 13)}
# arrows are separated because 'up' has a high false positive rate
Expand Down

0 comments on commit 80eb21d

Please sign in to comment.