Skip to content

Commit

Permalink
Add just a few more speech recognition fixes
Browse files Browse the repository at this point in the history
Undo is pretty important, tho.
  • Loading branch information
1j01 committed May 14, 2020
1 parent ef3bb83 commit 1712cdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/speech-recognition.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ const recognitionFixes = {
"draught": "draw a",
"try": "draw", // seems too general - (unless you previously told it to draw something...) - but it keeps coming up!
// "drag": "draw a", // too general
"giraffe": "draw",
"tri-cat": "draw a cat",
"tricap": "draw a cat",
"tristar": "draw a star",
"try picture": "draw a picture",
"stop trying": "stop drawing",
"dog drawing": "stop drawing",
Expand Down Expand Up @@ -105,6 +107,8 @@ const recognitionFixes = {
"hindu": "undo",
"hyundai": "undo",
"can do": "undo",
"andale": "undo",
"n2": "undo",
"radio": "redo",
"poppy": "repeat",
"heather colors": "edit colors",
Expand Down Expand Up @@ -378,6 +382,8 @@ const recognitionFixes = {
"default team": "default theme",
"normal team": "normal theme",
"my 19": "modern theme",
"when kissing": "winter theme",
"printer stand": "winter theme",
"winter thing": "winter theme",
"modern thing": "modern theme",
"classic thing": "classic theme",
Expand Down

0 comments on commit 1712cdd

Please sign in to comment.