Basic conversation support, a jaws fix

This commit is contained in:
2015-03-18 11:45:39 -06:00
parent 89e541be95
commit 75dfaec727
8 changed files with 51 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ class Jaws (Output):
self.object.RunFunction("BrailleString(\"%s\")" % text)
def speak(self, text, interrupt=False):
self.object.SayString(' %s' % text, interrupt)
self.object.SayString(' %s' % text, True)
def is_active(self):
try: