2016-10-18 12:04:37 -04:00
[sound]
# Turn sound on or off:
enabled=True
# Select the driver used to play sounds, choices are generic and gstreamer.
# Sox is the default.
2017-01-26 18:24:24 -05:00
driver=genericDriver
2016-10-18 12:04:37 -04:00
# Sound themes. This is the pack of sounds used for sound alerts.
# Sound packs may be located at /usr/share/sounds
# For system wide availability, or ~/.local/share/fenrir/sounds
# For the current user.
theme=default
# Sound volume controls how loud the sounds for your chosen soundpack are.
# 0 is quietest, 1.0 is loudest.
volume=1.0
# shell commands for generic sound driver
# the folowing variable are substituded
# fenrirVolume = the current volume setting
# fenrirSoundFile = the soundfile for an soundicon
# fenrirFrequence = the frequence to play
# fenrirDuration = the duration of the frequence
# the following command is used for play a soundfile
genericPlayFileCommand=play -q -v fenrirVolume fenrirSoundFile
#the following command is used for generating a frequence beep
genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine fenrirFrequence
[speech]
# Turn speech on or off:
enabled=True
# Select speech driver, options are speechd (default) or espeak:
2017-01-26 18:24:24 -05:00
driver=speechdDriver
#driver=espeakDriver
2016-10-18 12:04:37 -04:00
# The rate selects how fast fenrir will speak. Options range from 0, slowest, to 1.0, fastest.
2016-12-17 06:49:54 -05:00
rate=0.65
2016-10-18 12:04:37 -04:00
# Pitch controls the pitch of the voice, select from 0, lowest, to 1.0, highest.
pitch=0.5
# Pitch for capital letters
capitalPitch=0.9
# Volume controls the loudness of the voice, select from 0, quietest, to 1.0, loudest.
volume=1.0
# Module is used for speech-dispatcher, to select the speech module you want to use.
# Consult speech-dispatcher's configuration and help ti find out which modules are available.
# The default is espeak.
module=espeak
# Voice selects the varient you want to use, for example, f5 will use the female voice #5 in espeak,
# or if using the espeak module in speech-dispatcher. To find out which voices are available, consult the documentation provided with your chosen synthesizer.
voice=
# Select the language you want fenrir to use.
language=de
# Read new text as it happens?
autoReadIncoming=True
[braille]
2017-01-30 10:00:18 -05:00
enabled=False
2017-01-26 18:24:24 -05:00
driver=brlapiDriver
2016-10-18 12:04:37 -04:00
layout=en
2017-01-30 10:00:18 -05:00
# to what should the flush timeout relate to
2017-01-30 14:30:49 -05:00
# word = flush after (number of words to display) * seconds
# char = flush after (number of chars to display) * seconds
# fix = flush after X seconds
# none = no automatic flush (manual via shortcut)
2017-01-30 10:00:18 -05:00
flushMode=word
# seconds to flush or
# -1 = no automatic flush (manual via shortcut)
flushTimeout=3
2017-01-30 13:58:40 -05:00
# define the cell on the Braille device where fenrir should scroll and keep the cursor
2017-01-30 13:55:48 -05:00
# 0 = first cell on device
# -1 = last cell on device
# >0 = fix cell number
2017-01-30 13:58:40 -05:00
fixCursorOnCell=-1
2016-10-18 12:04:37 -04:00
[screen]
2017-01-26 18:24:24 -05:00
driver=vcsaDriver
2016-10-18 12:04:37 -04:00
encoding=cp850
2016-12-12 14:45:47 -05:00
screenUpdateDelay=0.05
2016-10-18 12:04:37 -04:00
suspendingScreen=
autodetectSuspendingScreen=True
[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-10-18 12:04:37 -04:00
# gives fenrir exclusive access to the keyboard and let consume keystrokes. just disable on problems.
grabDevices=True
ignoreShortcuts=False
# the current shortcut layout located in /etc/fenrir/keyboard
keyboardLayout=test
# echo chars while typing.
charEcho=False
# echo deleted chars
charDeleteEcho=True
# echo word after pressing space
wordEcho=False
# interrupt speech on any keypress
interruptOnKeyPress=False
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-10-18 12:04:37 -04:00
# timeout for double tap in sec
doubleTapTimeout=0.2
[general]
debugLevel=2
punctuationProfile=default
punctuationLevel=some
respectPunctuationPause=True
newLinePause=True
numberOfClipboards=10
emoticons=True
# define the current fenrir key
fenrirKeys=KEY_KP0,KEY_META
scriptKey=KEY_COMPOSE
timeFormat=%H:%M:%P
dateFormat=%A, %B %d, %Y
autoSpellCheck=True
spellCheckLanguage=en_US
2016-11-04 16:31:42 -04:00
scriptPath=/usr/share/fenrir/scripts
2016-10-18 12:04:37 -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
2017-01-30 17:47:36 -05:00
# leave the review when pressing a key
leaveReviewOnKeypress=False
# leave the review when changing the screen
leaveReviewOnScreenChange=True
2016-12-07 17:54:30 -05:00
2016-10-18 12:04:37 -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