2016-08-14 19:24:13 -04:00
|
|
|
[sound]
|
|
|
|
enabled=True
|
2017-01-26 18:24:24 -05:00
|
|
|
driver=genericDriver
|
2016-08-14 19:24:13 -04:00
|
|
|
theme=default
|
|
|
|
volume=1.0
|
2016-09-16 07:09:55 -04:00
|
|
|
# shell commands for generic sound driver
|
|
|
|
genericPlayFileCommand=play -q -v fenrirVolume fenrirSoundFile
|
2016-09-16 07:29:06 -04:00
|
|
|
genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine fenrirFrequence
|
2016-08-14 19:24:13 -04:00
|
|
|
|
|
|
|
[speech]
|
|
|
|
enabled=True
|
2017-01-26 18:24:24 -05:00
|
|
|
driver=speechdDriver
|
2016-08-30 19:02:17 -04:00
|
|
|
rate=0.85
|
2016-08-14 19:24:13 -04:00
|
|
|
pitch=0.5
|
2016-10-01 09:22:34 -04:00
|
|
|
# Pitch for capital letters
|
|
|
|
capitalPitch=0.9
|
2016-08-14 19:24:13 -04:00
|
|
|
module=espeak
|
2016-08-16 17:34:23 -04:00
|
|
|
voice=
|
|
|
|
language=english-us
|
2016-08-14 19:24:13 -04:00
|
|
|
volume=1.0
|
2016-09-28 16:00:51 -04:00
|
|
|
autoReadIncoming=True
|
2016-08-14 19:24:13 -04:00
|
|
|
|
|
|
|
[braille]
|
|
|
|
enabled=False
|
2017-01-26 18:24:24 -05:00
|
|
|
driver=brlapiDriver
|
2016-08-14 19:24:13 -04:00
|
|
|
layout=en
|
2017-01-30 10:00:36 -05:00
|
|
|
# to what should the flush timeout relate to
|
|
|
|
# word = flush after seconds * word words
|
|
|
|
# static = flush after X secods
|
|
|
|
flushMode=word
|
|
|
|
# seconds to flush or
|
|
|
|
# -1 = no automatic flush (manual via shortcut)
|
|
|
|
flushTimeout=3
|
2016-08-14 19:24:13 -04:00
|
|
|
|
|
|
|
[screen]
|
2017-01-26 18:26:35 -05:00
|
|
|
driver=vcsaDriver
|
2016-08-26 04:19:55 -04:00
|
|
|
encoding=cp850
|
2016-12-12 14:45:47 -05:00
|
|
|
screenUpdateDelay=0.05
|
2016-08-30 19:02:17 -04:00
|
|
|
suspendingScreen=7
|
2016-08-30 05:49:17 -04:00
|
|
|
autodetectSuspendingScreen=False
|
2016-08-14 19:24:13 -04:00
|
|
|
|
|
|
|
[keyboard]
|
2017-01-26 18:24:24 -05:00
|
|
|
driver=evdevDriver
|
2016-11-01 16:55:08 -04:00
|
|
|
# filter input devices NOMICE, ALL or a DEVICE NAME
|
|
|
|
device=ALL
|
2016-08-14 19:24:13 -04:00
|
|
|
grabDevices=True
|
|
|
|
ignoreShortcuts=False
|
2016-09-28 07:57:54 -04:00
|
|
|
keyboardLayout=desktop
|
2016-08-14 19:24:13 -04:00
|
|
|
charEcho=False
|
|
|
|
charDeleteEcho=True
|
2016-08-30 19:02:17 -04:00
|
|
|
wordEcho=False
|
2016-09-28 07:57:54 -04:00
|
|
|
interruptOnKeyPress=True
|
2016-12-18 16:55:11 -05:00
|
|
|
# you can filter the keys on that the speech should interrupt (empty = all keys, otherwhise the given keys)
|
|
|
|
interruptOnKeyPressFilter=
|
2016-09-13 04:33:28 -04:00
|
|
|
# timeout for double tap in sec
|
2016-10-12 18:35:03 -04:00
|
|
|
doubleTapTimeout=0.2
|
2016-08-14 19:24:13 -04:00
|
|
|
|
|
|
|
[general]
|
|
|
|
debugLevel=0
|
2016-10-12 15:38:08 -04:00
|
|
|
punctuationProfile=default
|
2016-10-04 11:01:50 -04:00
|
|
|
punctuationLevel=some
|
2016-10-18 08:03:10 -04:00
|
|
|
respectPunctuationPause=True
|
2016-10-18 09:17:20 -04:00
|
|
|
newLinePause=True
|
2016-08-24 19:50:02 -04:00
|
|
|
numberOfClipboards=10
|
2016-10-12 16:22:02 -04:00
|
|
|
emoticons=True
|
2016-10-18 13:25:37 -04:00
|
|
|
fenrirKeys=KEY_KP0,KEY_META
|
2016-10-18 11:58:37 -04:00
|
|
|
scriptKey=KEY_COMPOSE
|
2016-08-25 19:42:31 -04:00
|
|
|
timeFormat=%H:%M:%P
|
2016-08-28 13:24:15 -04:00
|
|
|
dateFormat="%A, %B %d, %Y"
|
2016-09-05 10:49:15 -04:00
|
|
|
autoSpellCheck=True
|
|
|
|
spellCheckLanguage=en_US
|
2016-11-04 16:31:42 -04:00
|
|
|
scriptPath=/usr/share/fenrir/scripts
|
2016-08-19 11:21:52 -04:00
|
|
|
|
2016-11-04 16:57:55 -04:00
|
|
|
[focus]
|
2016-11-04 20:21:28 -04:00
|
|
|
#follow the text cursor
|
2016-11-04 16:57:55 -04:00
|
|
|
cursor=True
|
2016-11-04 20:21:28 -04:00
|
|
|
#follow highlighted text changes
|
2016-11-04 16:57:55 -04:00
|
|
|
highlight=False
|
|
|
|
|
2016-12-07 17:54:30 -05:00
|
|
|
[review]
|
2016-12-07 18:51:08 -05:00
|
|
|
lineBreak=True
|
2016-12-07 17:54:30 -05:00
|
|
|
endOfScreen=True
|
|
|
|
|
2016-08-19 11:21:52 -04:00
|
|
|
[promote]
|
|
|
|
enabled=True
|
|
|
|
inactiveTimeoutSec=120
|
|
|
|
list=
|
2016-11-09 15:28:18 -05:00
|
|
|
|
|
|
|
[time]
|
2016-11-09 17:17:58 -05:00
|
|
|
# automatic time anouncement
|
2016-11-09 15:28:18 -05:00
|
|
|
enabled=False
|
2016-11-09 17:17:58 -05:00
|
|
|
# present time
|
|
|
|
presentTime=True
|
|
|
|
# present date (on change)
|
|
|
|
presentDate=True
|
|
|
|
# present time after x seconds
|
2016-11-13 16:50:53 -05:00
|
|
|
delaySec=0
|
|
|
|
# present time after to given minutes example every 15 minutes: 00,15,30,45
|
|
|
|
# if delaySec is >0 onMinutes is ignored
|
|
|
|
onMinutes=00,30
|
2016-11-20 11:16:41 -05:00
|
|
|
# announce via soundicon
|
|
|
|
announce=True
|
|
|
|
# interrupt current speech for time announcement
|
|
|
|
interrupt=False
|