Skip to content

Commit 09213f8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f13530b commit 09213f8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/Basic Usage/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If the same setting is defined multiple times, Talon will use the setting value
5353
| insert_wait | 0 | Increase this if characters seem to be jumbled in a specific app when typing whole sentences. Default is 0. |
5454
| key_hold | 16 | Increase this if you're playing a game and some keys aren't registering at all. You should probably increase it in 16ms increments, e.g. set it to 16ms or 32ms. |
5555
| key_wait | 1 | Increase this if modifier keys are getting dropped or if key presses are misbehaving even with the other two settings (`insert_wait` and `key_hold`) tuned. `key_wait` should be the last resort because it results in the slowest overall keypress rate. Default is 1.0 in milliseconds. |
56-
| speech.engine | | Determines which [speech engine](../Resource%20Hub/Speech%20Recognition//speech%20engines.md) Talon uses to recognize input. This is useful for configuring dictation mode to use a different speech engine; for example, 'webspeech'. |
56+
| speech.engine | | Determines which [speech engine](../Resource%20Hub/Speech%20Recognition//speech%20engines.md) Talon uses to recognize input. This is useful for configuring dictation mode to use a different speech engine; for example, 'webspeech'. |
5757
| speech.timeout | | This determines how long a pause Talon waits for before deciding you've finished speaking and interpreting what you've just said as a sequence of commands. This parameter is generally very important; for example, it determines the amount of time you can pause between saying 'phrase' and the following phrase. It is measured in seconds; the default is 0.300, i.e. 300 milliseconds. |
5858

5959
To add your own additional custom settings for changing Talon behavior, see [the settings customization page](../Customization/Talon%20Framework/settings.md)

docs/Resource Hub/Talon Installation/downloading-community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The benefit of `git`, is that it makes it easy to obtain the latest files withou
3737
This is a benefit when using Talon longer term.
3838

3939
If you haven't already heard of `git`, you might find that this approach makes it a little harder to get started with Talon.
40-
`git` is a very extensive tool, but you will only need to use it in a minimal way. Even still, there will be terms that you will come across such as `repository`, `branch` and `working directory`.
40+
`git` is a very extensive tool, but you will only need to use it in a minimal way. Even still, there will be terms that you will come across such as `repository`, `branch` and `working directory`.
4141

4242
`git` is available as both a command line utility and as a GUI application.
4343
If you are not particularly comfortable usihellong a command terminal, you may prefer a GUI application such as [`GitHub Desktop`](https://docs.github.com/en/desktop/overview/about-github-desktop).

docs/Resource Hub/Talon Installation/installation_guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ These will be marked as such.
8888

8989
A `user file set` is simply a bunch of files that need to be downloaded and placed in the correct directory -
9090
the Talon user directory.
91+
9192
<!-- Update in later phase of https://github.com/TalonCommunity/Wiki/pull/312
9293
the [Talon user directory](/docs/Resource%20Hub/terminology).
9394
-->

0 commit comments

Comments
 (0)