-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
172 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from __future__ import absolute_import | ||
from collections import OrderedDict | ||
import os | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Commands Specific to Sight-Free Talon | ||
|
||
Sight-Free-Talon has a series of voice commands and settings to make Talon easier to user alongside screen readers. Any general commands for dictating text or controlling your computer can be found in the central community repo, which you should also have installed. | ||
|
||
## Commands | ||
|
||
TODO | ||
|
||
## Settings | ||
|
||
All settings can be set within `.talon` files and contextually scoped to specific applications. | ||
|
||
| Setting | Description | Default Value | | ||
| ---------------------------------- | -------------------------------------------------------------------------------------- | ------------- | | ||
| user.echo_dictation | Echo the subtitles from talon back via tts | true | | ||
| user.tts_speed | How fast to play back text-to-speech -10 to 10 | 8 | | ||
| user.tts_volume | How loud to play back text-to-speech from 0 to 100 | 80 | | ||
| user.echo_context | Automatically echo the context of the focused window when switching applications/tabs | false | | ||
| user.tts_via_screenreader | If a screen reader is enabled, use it for tts instead of the TTS engine in Talon | true | | ||
| user.nvda_key | Key used for nvda modifier, change to 'insert' if that is your nvda modifier | 'capslock' | | ||
| user.start_screenreader_on_startup | Start your screen reader automatically when Talon starts | false | | ||
| user.braille_output | Output dictated text to braille display through your screen reader | false | | ||
| user.sound_on_keypress | To prevent errors from accidental key presses, play a sound each time a key is pressed | false | | ||
| user.disable_keypresses | Disable keypresses from Talon in high risk contexts that cannot afford typos | false | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Orca Support | ||
|
||
TODO. Blocked until tts via a socket is implemented. | ||
|
||
## Notes | ||
|
||
Orca is often out of date within Linux package managers (apt on Debian/Ubuntu for instance). Therefore, it is recommended to install from source or use a distribution like Arch or Fedora with packages that are updated more frequently. Once Orca implements support for a socket connection through which text-to-speech (TTS) can be sent, it is likely that older versions will stay in system package managers for a significant amount of time. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters