-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Nikita gave a file which prevents overlapping Jaws speech output on the output of LUWRAIN
- Loading branch information
Michael Pozhidaev
committed
Oct 27, 2015
1 parent
7e325b0
commit 29aefd4
Showing
2 changed files
with
15 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Файл следует скопировать в директорию пользовательских настроек JAWS по пути | ||
%APPDATA%\Freedom Scientific\JAWS\VERSION\Settings\LANG\ | ||
где | ||
VERSION - версия JAWS; | ||
LANG - язык локализации JAWS. | ||
Автоматизировать это на уровне инсталлятора достаточно сложно из-за | ||
переменчивых путей к конфигурационным директориям JAWS. Там фактически | ||
надо сканировать директории, по косвенным признакам определять | ||
имеющиеся версии и языки локализации, а потом туда забрасывать | ||
конфиги. | ||
Если кто-то готов этим заниматься, то подробно требуемый алгоритм | ||
сканирования можно обсудить отдельно. | ||
|
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,2 @@ | ||
[options] | ||
SleepMode=2 |