Skip to content

Commit 4af1dc3

Browse files
committed
Update for current/upcoming Talon list conversions in community.
1 parent fb3901c commit 4af1dc3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/Quickstart/improving_recognition_accuracy.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Controlling your computer by voice can be frustrating if your accent isn't recog
3232

3333
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.
3434

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.
3636

3737
_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.
3838

@@ -63,7 +63,7 @@ This will not help you today, but instead help to improve the talon engine for a
6363

6464
## Collected alternatives to the default alphabet
6565

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.
6767

6868
| [Talon Community](https://github.com/talonhub/community) | alternative |
6969
| -------------------------------------------------------- | ----------- |
@@ -88,3 +88,14 @@ Speakers of non-rhotic dialectics of English (i.e. your 'r's don't sound like an
8888
| whale | whip |
8989
| zip | zone |
9090
| 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 |
96+
| -------------------------------------------------------- | ----------- |
97+
| alt | alter |
98+
| control | troll |
99+
| shift | sky |
100+
| super (Windows key) | win |
101+
| command | man |

0 commit comments

Comments
 (0)