2016-08-28 13:40:14 -04:00
[sound]
2016-09-16 19:04:49 -04:00
# Turn sound on or off:
2016-08-28 13:40:14 -04:00
enabled=True
2016-09-16 19:04:49 -04:00
# 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=gstreamerDriver
driver=genericDriver
2016-09-16 19:04:49 -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.
2016-08-28 13:40:14 -04:00
theme=default
2016-09-16 19:04:49 -04:00
2017-02-19 20:38:32 -05:00
# Sound volume controls how loud the sounds for your selected soundpack are.
2016-09-16 19:04:49 -04:00
# 0 is quietest, 1.0 is loudest.
2016-08-28 13:40:14 -04:00
volume=1.0
2016-09-16 19:04:49 -04:00
2016-09-16 06:58:55 -04:00
# shell commands for generic sound driver
2017-02-19 20:38:32 -05:00
# the folowing variable are substituted
2016-09-16 19:04:49 -04:00
# fenrirVolume = the current volume setting
# fenrirSoundFile = the soundfile for an soundicon
# fenrirFrequence = the frequence to play
# fenrirDuration = the duration of the frequence
2017-02-19 20:38:32 -05:00
# the following command is used to play a soundfile
2016-09-16 07:08:25 -04:00
genericPlayFileCommand=play -q -v fenrirVolume fenrirSoundFile
2017-02-19 20:38:32 -05:00
#the following command is used to generate a frequency beep
2016-09-16 07:27:33 -04:00
genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine fenrirFrequence
2016-09-16 06:58:55 -04:00
2016-08-28 13:40:14 -04:00
[speech]
2016-09-16 19:04:49 -04:00
# Turn speech on or off:
2016-08-28 13:40:14 -04:00
enabled=True
2016-09-16 19:04:49 -04:00
# Select speech driver, options are speechd (default) or espeak:
2017-01-26 18:24:24 -05:00
driver=speechdDriver
#driver=espeakDriver
2016-09-16 19:04:49 -04:00
2017-02-19 20:38:32 -05: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-09-16 19:04:49 -04:00
# Pitch controls the pitch of the voice, select from 0, lowest, to 1.0, highest.
2016-08-28 13:40:14 -04:00
pitch=0.5
2016-10-01 09:22:34 -04:00
# Pitch for capital letters
capitalPitch=0.9
2016-09-16 19:04:49 -04:00
# 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.
2017-02-19 20:38:32 -05:00
# Consult speech-dispatcher's configuration and help Fenrir find out which modules are available.
2016-09-16 19:04:49 -04:00
# The default is espeak.
2016-08-28 13:40:14 -04:00
module=espeak
2016-09-16 19:04:49 -04:00
# Voice selects the varient you want to use, for example, f5 will use the female voice #5 in espeak,
2017-02-19 20:38:32 -05:00
# or if using the espeak module in speech-dispatcher. To find out which voices are available, consult the documentation provided with your selected synthesizer.
2016-09-16 19:04:49 -04:00
voice=
2017-02-19 20:38:32 -05:00
# Select the language you want Fenrir to use.
2016-10-17 17:08:19 -04:00
language=english-us
2016-09-16 19:04:49 -04:00
# Read new text as it happens?
2016-10-02 10:48:34 -04:00
autoReadIncoming=True
2016-08-28 13:40:14 -04:00
[braille]
2016-10-17 17:08:19 -04:00
enabled=False
2017-01-26 18:24:24 -05:00
driver=brlapiDriver
2016-08-28 13:40:14 -04:00
layout=en
2017-01-30 09:59:45 -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 09:59:45 -05:00
flushMode=word
# seconds to flush or
# -1 = no automatic flush (manual via shortcut)
flushTimeout=3
2017-02-02 13:31:47 -05:00
# how should the cursor be focused?
# page = if cursor cross the border move to next page and start at beginn
# fixCell = ajust the cursor on an special cell where it is always placed. the display scroll here more smooth.
cursorFocusMode=page
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
2017-02-02 13:06:53 -05:00
#How should the braille follow the focus
# none = no automatic toggle command used
# review = priority to review
# last = follow last used cursor
cursorFollowMode=review
2017-02-02 14:02:20 -05:00
# number of cells in panning (horizontal)
2017-02-02 13:06:53 -05:00
# 0 = display size, >0 number of cells
2017-02-02 14:02:20 -05:00
panSizeHorizontal=0
2016-08-28 13:40:14 -04:00
[screen]
2017-01-26 18:24:24 -05:00
driver=vcsaDriver
2016-08-28 13:40:14 -04:00
encoding=cp850
2016-12-12 14:45:47 -05:00
screenUpdateDelay=0.05
2016-09-30 19:46:37 -04:00
suspendingScreen=
2016-10-02 10:48:34 -04:00
autodetectSuspendingScreen=True
2016-08-28 13:40:14 -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
2017-02-19 20:38:32 -05:00
# gives Fenrir exclusive access to the keyboard and lets it control keystrokes.
2016-08-28 13:40:14 -04:00
grabDevices=True
ignoreShortcuts=False
2016-09-16 19:04:49 -04:00
# the current shortcut layout located in /etc/fenrir/keyboard
2016-10-17 17:08:19 -04:00
keyboardLayout=desktop
2016-09-16 19:04:49 -04:00
# echo chars while typing.
2016-10-02 10:48:34 -04:00
charEcho=False
2016-09-16 19:04:49 -04:00
# echo deleted chars
2016-08-28 13:40:14 -04:00
charDeleteEcho=True
2016-09-16 19:04:49 -04:00
# echo word after pressing space
2016-12-22 18:18:17 -05:00
wordEcho=False
2016-09-16 19:04:49 -04:00
# interrupt speech on any keypress
2016-08-28 13:40:14 -04:00
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-09-13 04:31:57 -04:00
# timeout for double tap in sec
2016-10-12 18:35:03 -04:00
doubleTapTimeout=0.2
2016-08-28 13:40:14 -04:00
[general]
2016-10-21 11:21:39 -04:00
debugLevel=1
2016-10-12 15:36:11 -04:00
punctuationProfile=default
2016-10-17 17:08:19 -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-28 13:40:14 -04:00
numberOfClipboards=10
2016-10-12 16:22:02 -04:00
emoticons=True
2016-09-16 19:04:49 -04:00
# define the current fenrir key
2016-12-02 20:20:12 -05:00
fenrirKeys=KEY_KP0,KEY_META,KEY_INSERT
2016-10-18 11:58:37 -04:00
scriptKey=KEY_COMPOSE
2016-08-28 13:40:14 -04:00
timeFormat=%H:%M:%P
2016-09-18 07:11:22 -04:00
dateFormat=%A, %B %d, %Y
2016-09-05 10:47:51 -04:00
autoSpellCheck=True
spellCheckLanguage=en_US
2016-11-04 16:31:42 -04:00
scriptPath=/usr/share/fenrir/scripts
2016-08-28 13:40:14 -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
2017-02-02 13:06:53 -05:00
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-08-28 13:40:14 -04:00
[promote]
enabled=True
inactiveTimeoutSec=120
2016-09-16 19:04:49 -04:00
list=
2016-11-09 15:28:18 -05:00
[time]
# automatic time anouncement
2016-11-20 11:25:38 -05:00
enabled=False
2016-11-09 17:17:58 -05:00
# present time
presentTime=True
# present date (on change)
presentDate=True
2016-11-13 16:50:53 -05:00
# present time after a given period of seconds
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 (not interrupting)
announce=True
# interrupt current speech for time announcement
interrupt=False