Update settings.conf.chrys
This commit is contained in:
parent
4d39f1c848
commit
8b63b7b4c9
@ -63,10 +63,16 @@ language=de
|
|||||||
autoReadIncoming=True
|
autoReadIncoming=True
|
||||||
|
|
||||||
[braille]
|
[braille]
|
||||||
#braille is not implemented yet
|
enabled=False
|
||||||
enabled=True
|
|
||||||
driver=brlapiDriver
|
driver=brlapiDriver
|
||||||
layout=en
|
layout=en
|
||||||
|
# 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
|
||||||
|
|
||||||
[screen]
|
[screen]
|
||||||
driver=vcsaDriver
|
driver=vcsaDriver
|
||||||
|
Loading…
Reference in New Issue
Block a user