From 4af1dc3266e570a2f3431c9ceed18ccafc102fa6 Mon Sep 17 00:00:00 2001 From: Nicholas Riley Date: Sat, 7 Sep 2024 18:45:06 -0400 Subject: [PATCH 1/2] Update for current/upcoming Talon list conversions in community. --- docs/Quickstart/improving_recognition_accuracy.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/Quickstart/improving_recognition_accuracy.md b/docs/Quickstart/improving_recognition_accuracy.md index 73f48097..fee2d0e9 100644 --- a/docs/Quickstart/improving_recognition_accuracy.md +++ b/docs/Quickstart/improving_recognition_accuracy.md @@ -32,7 +32,7 @@ Controlling your computer by voice can be frustrating if your accent isn't recog 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. -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! +Some important commands are specified in `.talon-list` files, like the alphabet. _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. @@ -63,7 +63,7 @@ This will not help you today, but instead help to improve the talon engine for a ## Collected alternatives to the default alphabet -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. +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. | [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 | whale | whip | | zip | zone | | zip | zoo | + +## Collected alternatives for modifier keys +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. + +| [Talon Community](https://github.com/talonhub/community) | alternative | +| -------------------------------------------------------- | ----------- | +| alt | alter | +| control | troll | +| shift | sky | +| super (Windows key) | win | +| command | man | From c0939e7d9c7c49cfdbb7fa63f5c565e8e2728790 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 22:46:34 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/Quickstart/improving_recognition_accuracy.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Quickstart/improving_recognition_accuracy.md b/docs/Quickstart/improving_recognition_accuracy.md index fee2d0e9..9f533bc8 100644 --- a/docs/Quickstart/improving_recognition_accuracy.md +++ b/docs/Quickstart/improving_recognition_accuracy.md @@ -63,7 +63,7 @@ This will not help you today, but instead help to improve the talon engine for a ## Collected alternatives to the default alphabet -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. +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. | [Talon Community](https://github.com/talonhub/community) | alternative | | -------------------------------------------------------- | ----------- | @@ -90,6 +90,7 @@ Speakers of non-rhotic dialectics of English (i.e. your 'r's don't sound like an | zip | zoo | ## Collected alternatives for modifier keys + 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. | [Talon Community](https://github.com/talonhub/community) | alternative |