Update fenrir-conf
This commit is contained in:
parent
a6d4502429
commit
2cb2609cc8
@ -154,6 +154,8 @@ charDeleteEcho=True
|
|||||||
wordEcho=$wordEcho
|
wordEcho=$wordEcho
|
||||||
# interrupt speech on any keypress
|
# interrupt speech on any keypress
|
||||||
interruptOnKeyPress=$enterupt
|
interruptOnKeyPress=$enterupt
|
||||||
|
# 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
|
# timeout for double tap in sec
|
||||||
doubleTapTimeout=0.2
|
doubleTapTimeout=0.2
|
||||||
|
|
||||||
@ -180,6 +182,10 @@ cursor=True
|
|||||||
#follow highlighted text changes
|
#follow highlighted text changes
|
||||||
highlight=False
|
highlight=False
|
||||||
|
|
||||||
|
[review]
|
||||||
|
lineBreak=True
|
||||||
|
endOfScreen=True
|
||||||
|
|
||||||
[promote]
|
[promote]
|
||||||
enabled=True
|
enabled=True
|
||||||
inactiveTimeoutSec=120
|
inactiveTimeoutSec=120
|
||||||
|
Loading…
Reference in New Issue
Block a user