130 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			130 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[sound]
 | 
						|
enabled=True
 | 
						|
driver=genericDriver
 | 
						|
theme=default
 | 
						|
volume=1.0
 | 
						|
# shell commands for generic sound driver
 | 
						|
genericPlayFileCommand=play -q -v fenrirVolume fenrirSoundFile
 | 
						|
genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine fenrirFrequence
 | 
						|
 | 
						|
[speech]
 | 
						|
enabled=True
 | 
						|
driver=speechdDriver
 | 
						|
rate=0.85
 | 
						|
pitch=0.5
 | 
						|
# Pitch for capital letters
 | 
						|
capitalPitch=0.9
 | 
						|
module=espeak
 | 
						|
voice=
 | 
						|
language=english-us
 | 
						|
volume=1.0
 | 
						|
autoReadIncoming=True
 | 
						|
 | 
						|
[braille]
 | 
						|
enabled=False
 | 
						|
driver=brlapiDriver
 | 
						|
layout=en
 | 
						|
# to what should the flush timeout relate to 
 | 
						|
# 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)
 | 
						|
flushMode=word
 | 
						|
# seconds to flush or
 | 
						|
# -1 = no automatic flush (manual via shortcut)
 | 
						|
flushTimeout=3
 | 
						|
# 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
 | 
						|
# define the cell on the Braille device where fenrir should scroll and keep the cursor
 | 
						|
# 0 = first cell on device
 | 
						|
# -1 = last cell on device 
 | 
						|
# >0 = fix cell number
 | 
						|
fixCursorOnCell=-1
 | 
						|
#How should the braille follow the focus
 | 
						|
# none = no automatic toggle command used
 | 
						|
# review = priority to review
 | 
						|
# last = follow last used cursor
 | 
						|
cursorFollowMode=review
 | 
						|
# number of cells in panning (horizontal)
 | 
						|
# 0 = display size, >0 number of cells
 | 
						|
panSizeHorizontal=0
 | 
						|
 | 
						|
[screen]
 | 
						|
driver=vcsaDriver
 | 
						|
encoding=cp850
 | 
						|
screenUpdateDelay=0.05
 | 
						|
suspendingScreen=7
 | 
						|
autodetectSuspendingScreen=False
 | 
						|
 | 
						|
[keyboard]
 | 
						|
driver=evdevDriver
 | 
						|
# filter input devices NOMICE, ALL or a DEVICE NAME
 | 
						|
device=ALL
 | 
						|
grabDevices=True
 | 
						|
ignoreShortcuts=False
 | 
						|
keyboardLayout=desktop
 | 
						|
charEcho=False
 | 
						|
charDeleteEcho=True
 | 
						|
wordEcho=False
 | 
						|
interruptOnKeyPress=True
 | 
						|
# you can filter the keys on that the speech should interrupt (empty = all keys, otherwhise the given keys)
 | 
						|
interruptOnKeyPressFilter=
 | 
						|
# timeout for double tap in sec
 | 
						|
doubleTapTimeout=0.2
 | 
						|
 | 
						|
[general]
 | 
						|
debugLevel=0
 | 
						|
punctuationProfile=default
 | 
						|
punctuationLevel=some
 | 
						|
respectPunctuationPause=True
 | 
						|
newLinePause=True
 | 
						|
numberOfClipboards=10
 | 
						|
emoticons=True
 | 
						|
fenrirKeys=KEY_KP0,KEY_META
 | 
						|
scriptKey=KEY_COMPOSE
 | 
						|
timeFormat=%H:%M:%P
 | 
						|
dateFormat="%A, %B %d, %Y"
 | 
						|
autoSpellCheck=True
 | 
						|
spellCheckLanguage=en_US
 | 
						|
scriptPath=/usr/share/fenrir/scripts
 | 
						|
# overload commands, and create new one without changing Fenrir default
 | 
						|
commandPath=/usr/share/fenrir/command
 | 
						|
 | 
						|
[focus]
 | 
						|
#follow the text cursor
 | 
						|
cursor=True
 | 
						|
#follow highlighted text changes
 | 
						|
highlight=False
 | 
						|
 | 
						|
[review]
 | 
						|
lineBreak=True
 | 
						|
endOfScreen=True
 | 
						|
# leave the review when pressing a key
 | 
						|
leaveReviewOnKeypress=False
 | 
						|
# leave the review when changing the screen
 | 
						|
leaveReviewOnScreenChange=True
 | 
						|
 | 
						|
[promote]
 | 
						|
enabled=True
 | 
						|
inactiveTimeoutSec=120
 | 
						|
list=
 | 
						|
 | 
						|
[time]
 | 
						|
# automatic time anouncement
 | 
						|
enabled=False
 | 
						|
# present time
 | 
						|
presentTime=True
 | 
						|
# present date (on change)
 | 
						|
presentDate=True
 | 
						|
# present time after x 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
 | 
						|
# announce via soundicon
 | 
						|
announce=True
 | 
						|
# interrupt current speech for time announcement
 | 
						|
interrupt=False
 |