Update settings.conf
This commit is contained in:
parent
3a735fbfe4
commit
48e43dabad
@ -64,10 +64,16 @@ language=english-us
|
|||||||
autoReadIncoming=True
|
autoReadIncoming=True
|
||||||
|
|
||||||
[braille]
|
[braille]
|
||||||
#braille is not implemented yet
|
|
||||||
enabled=False
|
enabled=False
|
||||||
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