File: platformSettings.ini

package info (click to toggle)
writetype 1.3.163-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 6,116 kB
  • ctags: 217
  • sloc: python: 1,742; makefile: 92; xml: 19; sh: 9
file content (154 lines) | stat: -rw-r--r-- 5,469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# Platform settings for WriteType.  You may comment or uncomment lines
# in the [GlobalOverride] section, but please do not comment anything
# out in the [General] section.  The [GlobalOverride] section contains
# settings can can all be set through the settings dialog interface.
# However, overriding these settings can be useful when installing on,
# say, a network.

[General]


# The default sorting weight for words entered in the settings box
defaultWordWeight = 5

# The operating system name when identifying itself to the update server
statsId = debbuild

# A comma-separated list of available text-to-speech engines.  The
# first one in the list is the default.  Windows users should comment
# out the first definition and uncomment the second.
ttsEngines = festival,espeak,pyttsx
# ttsEngines = espeak,pyttsx

# The path to the command-line interface of the festival synthesizer.
# Windows users may ignore this, since they only have their lame SAPI
# engine.  GNU/Linux users can leave this at "festival" if it is in
# their system path.
pathToFestival = festival

# The path to the command-line interface of the espeak.  Windows users
# should comment out the first definition and uncomment the second,
# since espeak is included in the standard WriteType Windows
# distribution.  GNU/Linux users can leave this as "espeak" if it is
# in their system path.
pathToEspeak = espeak
# pathToEspeak = [wt]\espeak\espeak.exe

# This is the server WriteType pings to check for updates.  Unless you
# want to fork WriteType, you shouldn't need to change this.
updateServer = http://update.bernsteinforpresident.com/writetype.php?os=gnu

# This is the URL users are sent to when an update is available.
# Unless you want to fork WriteType, you shouldn't need to change
# this.
updateUrl = http://writetype.bernsteinforpresident.com/download

# This is the URL users are sent to when they click on the
# "documentation" option in the help menu.  Unless you want to fork
# WriteType, you shouldn't need to change this.
documentationUrl = http://writetype.Bernsteinforpresident.com



[GlobalOverride]


########################## Word completion ###########################

# # The number of letters before WriteType's spelling suggestions
# # start to kick in.  Increasing this may increase speed.  Increasing
# # it is also wise for students who press one letter, and then try to
# # find their word in the list of suggestions immediately.
# minimumletters = 2

# # Try to offer suggestions when a word may have been spelled
# # incorrectly.  For instance, "pade" will offer "pattern", "padded",
# # and "pedestrian".
# guessmisspellings = True

# # This is the list of words (\n delimited) that are added to the
# # normal list of completions.
# customwords = 

# # This is the id number of the wordlist.  In US English, for
# # example, 1 is the shortest and 5 is the longest.
# wordlist = 3

# # This is the maximum number of suggestions that need to be offered
# # before WriteType will assume the word was a misspelling.  Lowering
# # this number will increase performance.  If guessmisspellings is
# # False, this will be ignored.
# threshold = 5

# # WriteType will remember if you type particular phrases frequently,
# # and will offer to complete those phrases in the future.  For
# # instance, if you use the sentence "WriteType is awesome"
# # frequently, it will offer "is awesome" as a suggestion whenever
# # you type "WriteType".
# phrasecompletion = True


########################## Auto-correction ###########################

# # WriteType can automatically change frequently mistyped words to
# # other words, or can replace acronyms with longer phrases.  For
# # instance, it could be set up to allow someone with a physical
# # disability to type "wt" as a shortcut, which would be subsequently
# # replaced by the word "WriteType".
# autocorrection = True

# # By default WriteType includes a list of common English
# # contractions and autocorrections for these.  For instance,
# # changing "dont" to "don't".
# autocorrectioncontractions = True

# # A newline delimited list of delimited lists of the autocorrections
# # above.  For instance, word1,correction1\nword2,correction2 and so
# # on.
# customautocorrections = 


############################# Interface ##############################

# # Provides a global override of the default language
# language = bg_BG

# # Make WriteType look like a boring office suite instead of the fun,
# charismatic application we all know it is.
# disablefancyinterface = True

# # Change your default font
# defaultfont = Bitstream Vera Sans

# # Read words out loud as they are typed into the document.
# readastyped = False

# # Check the document for spelling errors.
# spellingcheck = True

# # Check the document for grammar errors.
# grammarcheck = True


########################### Text-to-speech ###########################

# # The currently selected engine for text-to-speech.  It must be
# # within the ttsEngines list above.
# ttsengine = espeak

# # The percent increase or decrease (if negative) of the reading
# # speed, where 100% is a naturally-paced voice.
# readingspeed = 50


############################## Internal ##############################

# # Used internally for autosave.  Shouldn't need to be changed.
# autosavepath = /tmp/wt_autosave.wtd

# # Used internally for getting the default load/save path.  Shouldn't
# # need to be changed.
# lastdir = /home/user/