Skip to content

Commit

Permalink
Merge branch 'master' of Hub:/yncat/falcon
Browse files Browse the repository at this point in the history
  • Loading branch information
yamahubuki committed Jul 2, 2020
2 parents d55cd94 + 3d77615 commit 761e52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accessible_output2/outputs/jaws.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self, *args, **kwargs):
def braille(self, text, **options):
# HACK: replace " with ', Jaws doesn't seem to understand escaping them with \
text = text.replace('"', "'")
self.object.RunFunction("BrailleString(\"%s\")" % text)
self.object.RunFunction("BrailleMessage(\"%s\")" % text)

def speak(self, text, interrupt=False):
self.object.SayString(' %s' % text, interrupt)
Expand Down

0 comments on commit 761e52f

Please sign in to comment.