fix
This commit is contained in:
parent
a46ac6f02d
commit
39b29e7d41
@ -6,9 +6,9 @@ theme=default
|
||||
|
||||
[speech]
|
||||
enabled=True
|
||||
driver=espeak
|
||||
rate=100
|
||||
pitch=100
|
||||
driver=speechd
|
||||
rate=80
|
||||
pitch=50
|
||||
module=espeak
|
||||
voice=de
|
||||
language=de
|
||||
|
@ -14,7 +14,7 @@ class command():
|
||||
environment['runtime']['outputManager'].speakText(environment, "empty line")
|
||||
else:
|
||||
environment['runtime']['outputManager'].speakText(environment, environment['screenData']['newContentText'].split('\n')[environment['screenData']['newCursorReview']['y']])
|
||||
|
||||
print(environment['screenData']['newCursorReview'])
|
||||
return environment
|
||||
def setCallback(self, callback):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user