You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Quickstart/improving_recognition_accuracy.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Controlling your computer by voice can be frustrating if your accent isn't recog
32
32
33
33
If only a few specific commands give you trouble, change those command words! Commands are almost exclusively mapped in `.talon` files: search for all occurrences of those words, and replace them with a word of your choosing: select one that is easy to pronounce, is not too similar to anything else, and is recognized well for you.
34
34
35
-
Some important commands are specified in `.py` files, like the alphabet. Changing it works the same way, but you need to be more careful about what you modify. If you are not a programmer, ask in the Talon Slack `#help` channel if you are unsure!
35
+
Some important commands are specified in `.talon-list` files, like the alphabet.
36
36
37
37
_Example:_ If the `close` in `tab close` does not work for you (but `tab open` etc. do), try out `tab wipe` or `tab quit` instead.
38
38
@@ -63,7 +63,7 @@ This will not help you today, but instead help to improve the talon engine for a
63
63
64
64
## Collected alternatives to the default alphabet
65
65
66
-
Speakers of non-rhotic dialectics of English (i.e. your 'r's don't sound like an American's) may find it helpful to change the alphabet. The following is a list of alternatives users mentioned on Slack.
66
+
Speakers of non-rhotic dialectics of English (i.e. your 'r's don't sound like an American's) may find it helpful to change the alphabet. The following is a list of alternatives users mentioned on Slack. Say `customize alphabet` to edit spoken forms for the alphabet.
67
67
68
68
|[Talon Community](https://github.com/talonhub/community)| alternative |
@@ -88,3 +88,14 @@ Speakers of non-rhotic dialectics of English (i.e. your 'r's don't sound like an
88
88
| whale | whip |
89
89
| zip | zone |
90
90
| zip | zoo |
91
+
92
+
## Collected alternatives for modifier keys
93
+
The default words for some modifier keys are designed to match the labels on the keys themselves, but are not always efficient to say or can be misrecognized depending on your dialect/speech pattern. The following is a list of alternatives other Talon users have used. Note that community contains one `modifier_key.talon-list` file for Windows/Linux and one for Mac, since the modifier key names differ.
94
+
95
+
|[Talon Community](https://github.com/talonhub/community)| alternative |
0 commit comments