more documentation
This commit is contained in:
parent
a9a00e013b
commit
f210a8c777
@ -37,11 +37,11 @@ volume=1.0
|
|||||||
# The default is espeak.
|
# The default is espeak.
|
||||||
module=espeak
|
module=espeak
|
||||||
|
|
||||||
# Voice selects the varient you want to use, for example, f5 will use the female voice #5 in espeak,
|
# Voice selects the varient you want to use, for example, f5 will use the female voice #5 in espeak,
|
||||||
# or if using the espeak module in speech-dispatcher. To find out which voices are available, consult the documentation provided with your chosen synthesizer.
|
# or if using the espeak module in speech-dispatcher. To find out which voices are available, consult the documentation provided with your chosen synthesizer.
|
||||||
voice=en-us
|
voice=en-us
|
||||||
|
|
||||||
# Select the language you want fenrir to use.
|
# Select the language you want fenrir to use.
|
||||||
language=en-us
|
language=en-us
|
||||||
|
|
||||||
# Read new text as it happens?
|
# Read new text as it happens?
|
||||||
@ -57,15 +57,22 @@ screenUpdateDelay=0.4
|
|||||||
|
|
||||||
[keyboard]
|
[keyboard]
|
||||||
device=all
|
device=all
|
||||||
|
# gives fenrir exclusive access to the keyboard and let consume keystrokes. just disable on problems.
|
||||||
grabDevices=True
|
grabDevices=True
|
||||||
ignoreShortcuts=False
|
ignoreShortcuts=False
|
||||||
|
# the current shortcut layout located in /etc/fenrir/keyboard
|
||||||
keyboardLayout=desktop
|
keyboardLayout=desktop
|
||||||
|
# echo chars while typing.
|
||||||
charEcho=False
|
charEcho=False
|
||||||
|
# echo deleted chars
|
||||||
charDeleteEcho=True
|
charDeleteEcho=True
|
||||||
|
# echo word after pressing space
|
||||||
wordEcho=True
|
wordEcho=True
|
||||||
|
# interrupt speech on any keypress
|
||||||
interruptOnKeyPress=False
|
interruptOnKeyPress=False
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
debugLevel=0
|
debugLevel=0
|
||||||
punctuationLevel=1
|
punctuationLevel=1
|
||||||
|
# define the current fenrir key
|
||||||
fenrirKeys=KEY_KP0
|
fenrirKeys=KEY_KP0
|
||||||
|
Loading…
Reference in New Issue
Block a user