Skip to content

Commit 9fbf2b3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 44489f1 commit 9fbf2b3

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

docs/src/quickstart.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
- Clone the repo into your Talon user directory.
88
- Clone the [Talon community repository](https://github.com/talonhub/community) for general Talon commands
9-
109
- This is the sole OS-agnostic dependency of this project.
1110

1211
You should frequently run git pull to update the scripts.
@@ -18,7 +17,6 @@ You should frequently run git pull to update the scripts.
1817
- Install `piper` to use the `omnx` model for more natural speech
1918
- run `pipx install piper` to install it (thus `pipx` is a dependency)
2019
- Windows
21-
2220
- Using NVDA:
2321
- Install the NVDA addon file from the repo [releases page](https://github.com/C-Loftus/sight-free-talon/releases/)
2422
- If you do not want to install the addon, disable `Speech interrupt for typed characters` in NVDA settings to make sure typing text from Talon is not interrupted with every typed character.

nvda/.addOn/sight-free-talon-server/site_scons/site_tools/gettexttool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" This tool allows generation of gettext .mo compiled files, pot files from source code files
1+
"""This tool allows generation of gettext .mo compiled files, pot files from source code files
22
and pot files for merging.
33
44
Three new builders are added into the constructed environment:

readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,11 @@ _Note for sighted users_: Please clone the entire repository. Any functionality
3939
## OS Specific Setup
4040

4141
- Windows
42-
4342
- Using NVDA:
4443
- Install the NVDA addon file from the repo [releases page](https://github.com/C-Loftus/sight-free-talon/releases/)
4544
- If you do not want to install the addon, disable `Speech interrupt for typed characters` in NVDA settings to make sure typing text from Talon is not interrupted with every typed character.
4645

4746
- Mac
48-
4947
- No extra dependencies
5048

5149
- Linux

0 commit comments

Comments
 (0)