Wait for screen reader

main
Bob Mottram 2021-03-10 18:31:45 +00:00
parent 296c30521d
commit f534899681
1 changed files with 2 additions and 1 deletions

View File

@ -347,7 +347,8 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
sayStr = 'Quit'
_sayCommand(sayStr, screenreader,
systemLanguage, espeak)
keyPress = _waitForKeypress(2, debug)
if screenreader:
keyPress = _waitForKeypress(2, debug)
break
elif keyPress == 'reply' or keyPress == 'r':
if speakerJson.get('id'):